feat: stable machine-id for hosts
This commit is contained in:
parent
f2f8c0dc7b
commit
b56e8b9796
1
hosts/testienix/secrets/guests/nextcloud/host.pub
Normal file
1
hosts/testienix/secrets/guests/nextcloud/host.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBDV9PZqa4D+Qn+gyVXX79TRjxTxJ4zUkqSd3HwBBALl
|
|
@ -23,6 +23,9 @@ inputs: _self: super: {
|
|||
specialArgs = {
|
||||
inherit (attrs) lib inputs minimal stateVersion;
|
||||
};
|
||||
extraFlags = [
|
||||
"--uuid=${builtins.substring 0 32 (builtins.hashString "sha256" name)}"
|
||||
];
|
||||
|
||||
autoStart = true;
|
||||
macvlans = [
|
||||
|
|
Loading…
Reference in a new issue