no machineid

This commit is contained in:
Osman Faruk Bayram 2025-10-21 15:22:48 +03:00
parent 5fb91cde2f
commit d98a5734fc

View file

@ -33,9 +33,9 @@ in
"/var/lib/systemd/coredump"
"/etc/NetworkManager/system-connections"
];
files = [
"/etc/machine-id"
];
# files = [ # the fuck is this file
# "/etc/machine-id"
# ];
users = userPersistence;
};
})