fuck the /etc/shadow file
This commit is contained in:
parent
32800638a1
commit
366b298239
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue