This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-04 22:31:43 -06:00
parent 517d8330dd
commit 0e5187d194
3 changed files with 114 additions and 34 deletions

View file

@ -12,7 +12,6 @@
"/etc/nixos"
"/etc/ssh"
"/etc/shadow" # keep passwords
"/etc/NetworkManager/system-connections"
"/var/lib/bluetooth"
@ -21,7 +20,16 @@
"/var/lib/fail2ban"
];
files = [
"/machine-key.json"
"/etc/machine-id"
"/etc/resolv.conf" # TODO describe
"/etc/shadow" # keep passwords
"/etc/group"
"/etc/passwd"
"/etc/sudoers"
"/etc/localtime"
"/etc/timezone"
"/etc/adjtime"
];
users."${primaryUser}" = {
directories = [