From 59b867476606add31168e50fb77f03396c598192 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 28 Sep 2022 20:56:27 +0200 Subject: Misc: Comments cleanup --- hosts/configuration.nix | 9 --------- 1 file changed, 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; -- cgit 1.4.1