nix/os/devices/nuc-work: continue setup

This commit is contained in:
steveej 2019-11-24 01:05:41 +01:00
parent 7bac7cd42a
commit 77eb1e48e4
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,6 @@ let
in
pkgs.recurseIntoAttrs (pkgs.linuxPackagesFor linux_sgx);
in {
networking.hostName = "steveej-nuc7pjyh-work-"; # Define your hostname.
networking.hostName = "steveej-nuc7pjyh-work"; # Define your hostname.
boot.kernelPackages = lib.mkForce sgx_linuxpackages;
}