From 01068357adebeca0de4005c6e93c54f0039f2321 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 15 Jan 2025 19:57:11 +0300 Subject: [PATCH] leave out some lines --- hosts/pochita/configuration.nix | 3 --- 1 file changed, 3 deletions(-) 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;