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