this is a file

This commit is contained in:
Osman Faruk Bayram 2025-11-04 14:42:38 +03:00
parent 08769690e9
commit 22f0a83c22

View file

@ -51,12 +51,14 @@ in
# NetworkManager connection profiles and WiFi passwords # NetworkManager connection profiles and WiFi passwords
"/etc/NetworkManager/system-connections" "/etc/NetworkManager/system-connections"
];
files = [
# the fuck is this file
# "/etc/machine-id"
# user passwords # user passwords
"/etc/shadow" "/etc/shadow"
]; ];
# files = [ # the fuck is this file
# "/etc/machine-id"
# ];
users = userPersistence; users = userPersistence;
}; };
}) })