Skip to content

Commit

Permalink
common: assign group nginx to user pongo
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Dec 29, 2024
1 parent 585e750 commit 6ef2ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
users.pongo = {
isNormalUser = true;
home = "/home/pongo";
extraGroups = [ "wheel" "input" "libvirtd" "networkmanager" "podman" "video" "tty" "dialout" "seat" "libvirt" "kvm" ];
extraGroups = [ "wheel" "input" "libvirtd" "networkmanager" "podman" "video" "tty" "dialout" "seat" "libvirt" "kvm" "nginx" ];
hashedPassword = "$6$jTFwtF9QaSc/j2sI$W9nNE/f6QK1NE3uinzPYBffvxck86lmKf772auIG/8uESh.H1U9ZUUndd.DpW0tZKWOehfpJOxnGOVIxqmvh00";
};
};
Expand Down

0 comments on commit 6ef2ac7

Please sign in to comment.