about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r--hosts/configuration.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 1405a56..eebbf81 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -114,10 +114,6 @@
 
   environment.etc."nix-index/files".source = inputs.nix-index.legacyPackages.${system}.database;
 
-  # Some programs need SUID wrappers, can be configured further or are
-  # started in user sessions.
-  # programs.mtr.enable = true;
-
   xdg.portal = {
     enable = true;
     wlr.enable = true;
@@ -191,11 +187,6 @@
     };
   };
 
-  # 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;
-
   hardware = {
     enableRedistributableFirmware = true;
     cpu.intel.updateMicrocode = true;