mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
aly: enable linger
This commit is contained in:
parent
40020eef87
commit
7a27578bb2
|
@ -18,6 +18,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Aly Raffauf";
|
description = "Aly Raffauf";
|
||||||
extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "video"];
|
extraGroups = ["networkmanager" "wheel" "docker" "libvirtd" "video"];
|
||||||
|
linger = true;
|
||||||
hashedPassword = config.alyraffauf.user.aly.password;
|
hashedPassword = config.alyraffauf.user.aly.password;
|
||||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue