Get ready to use on spike
This commit is contained in:
parent
e10df54954
commit
b5a1d484ae
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue