mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
modules/users/sys/mo.nix aktualisiert
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
path = "/home/mo/.ssh/authorized_keys";
|
||||
mode = "0600";
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /home/mo/.ssh 0700 mo users -"
|
||||
];
|
||||
|
||||
users.mutableUsers = false;
|
||||
users.users.mo = {
|
||||
isNormalUser = true;
|
||||
|
||||
Reference in New Issue
Block a user