Update groups
This commit is contained in:
parent
0cf1a9f570
commit
efdd6a8bce
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# user = "${username}";
|
user = "${username}";
|
||||||
settings = {
|
settings = {
|
||||||
folders = {
|
folders = {
|
||||||
"world-of-warcraft" = {
|
"world-of-warcraft" = {
|
||||||
|
|
|
@ -12,8 +12,9 @@ in {
|
||||||
description = "Albert J. Copeland";
|
description = "Albert J. Copeland";
|
||||||
# video is required for the "light" command to work
|
# video is required for the "light" command to work
|
||||||
extraGroups = [ "networkmanager" "wheel" ]
|
extraGroups = [ "networkmanager" "wheel" ]
|
||||||
++ ifExists [ "video" ]
|
++ ifExists [ "video" ]
|
||||||
++ ifExists [ "docker" ];
|
++ ifExists [ "docker" ]
|
||||||
|
++ ifExists [ "syncthing" ];
|
||||||
# mkpasswd -m sha-512
|
# mkpasswd -m sha-512
|
||||||
hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
|
hashedPassword = "$y$j9T$wKLsIWaA4Gf63RvjedwLJ0$EHKL6BBJV0CAxEKcHHjaBqW085KJ/MGvmbyWzmcWOy6";
|
||||||
packages = [ pkgs.home-manager ];
|
packages = [ pkgs.home-manager ];
|
||||||
|
|
Loading…
Reference in a new issue