diff --git a/hosts/chris-laptop/default.nix b/hosts/chris-laptop/default.nix index 23f2005..8c6dd5d 100644 --- a/hosts/chris-laptop/default.nix +++ b/hosts/chris-laptop/default.nix @@ -2,8 +2,6 @@ { imports = [ ./hardware-configuration.nix ]; - networking.hostName = "chris-laptop"; - modules = { themes = { enable = true; diff --git a/hosts/chris-pc/default.nix b/hosts/chris-pc/default.nix index 336eb7e..228d7b3 100644 --- a/hosts/chris-pc/default.nix +++ b/hosts/chris-pc/default.nix @@ -13,8 +13,6 @@ options = [ "rw" "uid=chris" ]; }; - networking.hostName = "chris-pc"; - modules = { themes = { enable = true; diff --git a/hosts/chris-server/default.nix b/hosts/chris-server/default.nix index da290f9..476c4fc 100644 --- a/hosts/chris-server/default.nix +++ b/hosts/chris-server/default.nix @@ -7,8 +7,6 @@ fsType = "ext4"; }; - networking.hostName = "chris-server"; - modules = { themes = { enable = true; diff --git a/hosts/mam-laptop/default.nix b/hosts/mam-laptop/default.nix index 319a8b1..ef185b3 100644 --- a/hosts/mam-laptop/default.nix +++ b/hosts/mam-laptop/default.nix @@ -2,8 +2,6 @@ { imports = [ ./hardware-configuration.nix ]; - networking.hostName = "mam-laptop"; - modules = { themes = { enable = true;