From 9658439aeeb5801e6644486a80744a40a63dc3ab Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 20:27:44 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 20:27:44 --- configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configuration.nix b/configuration.nix index a13e0c8..cf78ee6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,9 +14,6 @@ ./modules ]; - # Allow unfree packages - nixpkgs.config.allowUnfree = true; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; @@ -25,13 +22,6 @@ enableSSHSupport = true; }; - # List services that you want to enable: - - # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; - # Or disable the firewall altogether. - # networking.firewall.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions