mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-04-29 19:01:45 +01:00
Updated homeserver user to enable linger
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
users.users = {
|
||||
cianh = {
|
||||
isNormalUser = true;
|
||||
linger = true;
|
||||
hashedPasswordFile = "/etc/hashedPasswordFile";
|
||||
description = "Cian Hughes";
|
||||
extraGroups = ["networkmanager" "wheel" "docker" "podman" "nixcfg"];
|
||||
|
||||
Reference in New Issue
Block a user