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