From 8af80b3760cd981a7ac8509118ff612f72d3171e Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 29 May 2023 21:44:55 -0700 Subject: [PATCH] sudo --- users/jsutter.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/jsutter.nix b/users/jsutter.nix index 9f51bca..edd4a09 100755 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -48,6 +48,10 @@ in ]; }; + security.sudo.configFile = '' + jsutter ALL = (root) NOPASSWD:ALL + ''; + # Steam programs.steam = with pkgs; { enable = true; @@ -100,7 +104,7 @@ in }; oh-my-zsh = { enable = true; - plugins = [ "git" "systemd" "rsync" "kubectl" "ansible" "battery"]; + plugins = [ "git" "systemd" "rsync" "kubectl" "ansible" "battery" "colored-man-pages" "colorize" "common-aliases" "cp" "docker" "docker-compose" "docker-machine" "git-auto-fetch" "git-extras" "github" "git-prompt" "gnu-utils" "golang" "nmap" "postgres" "python" "rust" "ssh-agent" "sudo" "systemd" "thefuck" "ufw" "vscode" ]; theme = "terminalparty"; }; };