diff --git a/configuration.nix b/configuration.nix index c71a0238..71c8564e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -140,7 +140,7 @@ enable = false; unitConfig.DefaultDependencies = "no"; }; - "hybrid-sleep" = { + "hybrid-sleep" = { enable = false; unitConfig.DefaultDependencies = "no"; }; @@ -183,11 +183,6 @@ # Mitigate issue where like /usr/bin/bash, hardcoded links in scripts not found services.envfs.enable = true; - # 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