kirked myself in the foot

This commit is contained in:
TheCrazyInsanity
2026-01-08 14:18:15 +00:00
parent f8aa53b026
commit 6d04899436
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
];
files = [
"/etc/machine-id"
"/etc/passwdfile"
{
file = "/var/keys/secret_file";
parentDirectory = {
@@ -91,4 +92,5 @@
];
};
};
users.users.laythe.hashedPasswordFile="/persistent/etc/passwdfile";
}

View File

@@ -51,6 +51,7 @@
fileSystems."/persistent" = {
device = "/dev/disk/by-label/BUTTER";
fsType = "btrfs";
neededForBoot = true;
options = [ "compress=zstd" "subvol=persist" ];
};