nixops: create plugdev group on rpi-ext

pull/20/head
Sebastien Bourdeauducq 2021-06-04 16:35:31 +08:00
parent 4704f1257d
commit 7621f7d8b7
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
boot.kernel.sysctl."net.ipv6.conf.default.forwarding" = "1";
users.extraGroups.plugdev = { };
users.mutableUsers = false;
users.defaultUserShell = pkgs.fish;
users.extraUsers = import ./common-users.nix { inherit pkgs; };