diff options
-rw-r--r-- | nixos/alpha/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 2123e93..fee4aa9 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -146,8 +146,6 @@ systemd.extraConfig = "RebootWatchdogSec=5"; - virtualisation.docker.enable = true; - fonts = { fontDir.enable = true; @@ -238,7 +236,6 @@ "wheel" "audio" "networkmanager" - "docker" ]; }; }; |