about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-28 20:56:27 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-29 13:47:03 +0200
commitde7085e82c5b703ea99d8299df0e3874e7afbcd3 (patch)
tree459bb02ca3ecf6f211083a06da0a1d5930667139 /hosts
parentHome: Add strace (diff)
downloadnixos-config-de7085e82c5b703ea99d8299df0e3874e7afbcd3.tar.gz
nixos-config-de7085e82c5b703ea99d8299df0e3874e7afbcd3.tar.bz2
nixos-config-de7085e82c5b703ea99d8299df0e3874e7afbcd3.zip
Misc: Comments cleanup
Diffstat (limited to 'hosts')
-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;