feat: stable machine-id for hosts

This commit is contained in:
Patrick Großmann 2023-12-19 00:11:27 +01:00
parent f2f8c0dc7b
commit b56e8b9796
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBDV9PZqa4D+Qn+gyVXX79TRjxTxJ4zUkqSd3HwBBALl

View file

@ -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 = [