diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index 227d8e1..e64c392 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -85,15 +85,6 @@ in { nix.settings.max-jobs = 3; nix.settings.cores = 4; - # 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; - # }; - programs.neovim = { enable = true; }; programs.steam = { enable = true; }; @@ -113,11 +104,6 @@ in { # Or disable the firewall altogether. # networking.firewall.enable = false; - # Copy the NixOS configuration file and link it from the resulting system - # (/run/current-system/configuration.nix). This is useful in case you - # accidentally delete configuration.nix. - # system.copySystemConfiguration = true; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave @@ -125,6 +111,4 @@ in { # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "22.11"; # Did you read the comment? - } -