nixos server configurations
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

passwordless sudo for bates64

+1 -1
+1 -1
users/users.nix
··· 12 12 users = [ "bates64" ]; 13 13 commands = [ 14 14 { 15 - command = "/run/current-system/sw/bin/nixos-rebuild"; 15 + command = "ALL"; 16 16 options = [ "NOPASSWD" ]; 17 17 } 18 18 ];