diff --git a/mum/configuration.nix b/mum/configuration.nix index c833500..670fefe 100644 --- a/mum/configuration.nix +++ b/mum/configuration.nix @@ -15,12 +15,8 @@ boot.loader.grub.device = "/dev/vda"; boot.loader.grub.useOSProber = true; - networking.hostName = "nixos"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; + networking.hostName = "nixos-mum"; # Define your hostname. + networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Enable networking networking.networkmanager.enable = true; @@ -122,17 +118,7 @@ services.udev.extraRules = '' ENV{LIBINPUT_CALIBRATION_MATRIX}="-1 0 1 0 -1 1" ''; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - - # List services that you want to enable: - - # Enable the OpenSSH daemon. + services.openssh = { enable = true; settings = { @@ -146,11 +132,7 @@ "nix-command" "flakes" ]; - - # 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