Get ready to use on spike

This commit is contained in:
Artemis Tosini 2020-09-21 00:59:56 +00:00
parent e10df54954
commit b5a1d484ae
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -1,7 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ ./boot-config.nix ./hardware-configuration.nix ]; imports = [
./boot-config.nix
./hardware-configuration.nix
../../services/ssh.nix
];
networking.hostName = "spike"; networking.hostName = "spike";
@ -17,7 +21,6 @@
avahi.publish.enable = true; avahi.publish.enable = true;
tlp.enable = true; tlp.enable = true;
upower.enable = true; upower.enable = true;
throttled.enable = true;
}; };
programs.light.enable = true; programs.light.enable = true;