This commit is contained in:
Charlie Root 2024-10-28 21:52:16 +01:00
commit e0a7e9a533
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
13 changed files with 451 additions and 4 deletions

View file

@ -4,6 +4,6 @@ _: {
./system.nix
./xdg.nix
./git.nix
/users.nix
./users.nix
];
}

View file

@ -14,9 +14,9 @@ in {
"audio"
"nix"
];
hashedPasswordFile = "/etc/passwords/cr";
# hashedPasswordFile = "/etc/passwords/cr";
};
root.hashedPasswordFile = "/persist/passwords/root";
# root.hashedPasswordFile = "/persist/passwords/root";
};
};
}