diff --git a/hosts/marleycentre/default.nix b/hosts/marleycentre/default.nix index 0817b2e..dfd81d5 100644 --- a/hosts/marleycentre/default.nix +++ b/hosts/marleycentre/default.nix @@ -1,4 +1,4 @@ -_: { +{ imports = [./hardware-configuration.nix]; networking.hostName = "marleycentre"; diff --git a/hosts/marleynet/default.nix b/hosts/marleynet/default.nix index 19d55f3..137a803 100644 --- a/hosts/marleynet/default.nix +++ b/hosts/marleynet/default.nix @@ -1,4 +1,4 @@ -_: { +{ imports = [./hardware-configuration.nix]; networking.hostName = "marleynet"; diff --git a/hosts/nyx/autorandr.nix b/hosts/nyx/autorandr.nix index c9b965b..f549774 100644 --- a/hosts/nyx/autorandr.nix +++ b/hosts/nyx/autorandr.nix @@ -1,4 +1,4 @@ -_: { +{ services.autorandr = { enable = true; diff --git a/hosts/nyx/mounts.nix b/hosts/nyx/mounts.nix index caf479b..04ec8fa 100644 --- a/hosts/nyx/mounts.nix +++ b/hosts/nyx/mounts.nix @@ -1,4 +1,4 @@ -_: { +{ systemd = { mounts = [ {