diff --git a/system/spike/default.nix b/system/spike/default.nix index c8d5a3d..115be85 100644 --- a/system/spike/default.nix +++ b/system/spike/default.nix @@ -1,7 +1,11 @@ { config, pkgs, ... }: { - imports = [ ./boot-config.nix ./hardware-configuration.nix ]; + imports = [ + ./boot-config.nix + ./hardware-configuration.nix + ../../services/ssh.nix + ]; networking.hostName = "spike"; @@ -17,7 +21,6 @@ avahi.publish.enable = true; tlp.enable = true; upower.enable = true; - throttled.enable = true; }; programs.light.enable = true;