diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-28 20:56:27 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-29 13:47:03 +0200 |
commit | 59b867476606add31168e50fb77f03396c598192 (patch) | |
tree | 2b8eea410f8884aca253f07b730ddcd323514a78 | |
parent | Home: Add strace (diff) | |
download | nixos-config-59b867476606add31168e50fb77f03396c598192.tar.gz nixos-config-59b867476606add31168e50fb77f03396c598192.tar.bz2 nixos-config-59b867476606add31168e50fb77f03396c598192.zip |
Misc: Comments cleanup
-rw-r--r-- | hosts/configuration.nix | 9 |
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; |