set machine id manually instead of impermenance

This commit is contained in:
mjallen18
2024-11-05 15:34:05 -06:00
parent 7e63334b1a
commit 2743309214
10 changed files with 56 additions and 48 deletions

View File

@@ -70,6 +70,8 @@ in
hdd5 UUID=2b4be219-613d-4512-8277-0260989d5377 none tpm2-device=auto
'';
etc.machine-id.source = ./machine-id;
# List packages installed in system profile. To search, run:
# $ nix search wget

View File

@@ -37,7 +37,6 @@
}
];
files = [
"/etc/machine-id"
"/var/cache-priv-key.pem"
];
};

1
hosts/nas/machine-id Normal file
View File

@@ -0,0 +1 @@
57cdf5fc27f3469f80d0a339f1238aeb

View File

@@ -28,7 +28,7 @@ in
};
adguardhome = {
enable = true;
enable = false;
allowDHCP = true;
port = 1880;
openFirewall = true;