diff options
Diffstat (limited to 'hardware')
-rw-r--r-- | hardware/cez.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix index 3d7bcae..ec74dc2 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -1,12 +1,11 @@ { config, ... }: { - imports = - [ + imports = [ ../features/wayland.nix ../features/kaysshfs.nix ../features/development.nix - ]; + ]; networking = { hostName = "cez"; |