From d0b2ca51294be0c9a16c8e8319e7fa20d114f57d Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 14 Nov 2023 17:20:12 +0100 Subject: [PATCH] pinwheel: Clean up `configuration.nix` --- hosts/pinwheel/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 08ec0bf..9baa1e7 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -10,17 +10,8 @@ ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; - - # Allow unfree packages nixpkgs.config.allowUnfree = true; - # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; - # Or disable the firewall altogether. - # networking.firewall.enable = false; - - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.alex = { isNormalUser = true; description = "alex";