fuck the /etc/shadow file

This commit is contained in:
Osman Faruk Bayram 2025-11-04 15:19:18 +03:00
parent 32800638a1
commit 366b298239

View file

@ -55,9 +55,11 @@ in
files = [ files = [
# the fuck is this file # the fuck is this file
# "/etc/machine-id" # "/etc/machine-id"
# user passwords # user passwords
"/etc/shadow" # "/etc/shadow"
# fuck me if i move the shadow file to the persist folder,
# i cant use sudo command to rebuild my system
]; ];
users = userPersistence; users = userPersistence;
}; };