forked from Zynh0722/permafrost
add espen user
This commit is contained in:
parent
00572ce3d9
commit
c4b061b359
1 changed files with 6 additions and 0 deletions
|
@ -13,4 +13,10 @@
|
||||||
hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path;
|
hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path;
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" "syncthing" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" "syncthing" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
users.users.espen = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Espen's user";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue