diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 49501e8..bf7e788 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -31,12 +31,9 @@ in { inherit config pkgs stateVersion; }; - # # Some programs environment.systemPackages = with pkgs; [ - ]; - security.sudo = { enable = true; wheelNeedsPassword = false;