pinwheel: Clean up configuration.nix

This commit is contained in:
Alexander Heldt
2023-11-14 17:20:12 +01:00
parent cda0729634
commit d0b2ca5129

View File

@@ -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";