aly: enable linger

This commit is contained in:
Aly Raffauf 2024-05-22 20:30:31 -04:00
parent 40020eef87
commit 7a27578bb2

View file

@ -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;
}; };