set machine id manually instead of impermenance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
}
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
"/var/cache-priv-key.pem"
|
||||
];
|
||||
};
|
||||
|
||||
1
hosts/nas/machine-id
Normal file
1
hosts/nas/machine-id
Normal file
@@ -0,0 +1 @@
|
||||
57cdf5fc27f3469f80d0a339f1238aeb
|
||||
@@ -28,7 +28,7 @@ in
|
||||
};
|
||||
|
||||
adguardhome = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
allowDHCP = true;
|
||||
port = 1880;
|
||||
openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user