From 3f0f23f38c18c3391cb89ccf1ba3c6293e47138b Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sun, 9 Mar 2025 12:03:38 +0100 Subject: [PATCH] remove manual hostname, already taken care of by lib/nixos.nix --- hosts/chris-laptop/default.nix | 2 -- hosts/chris-pc/default.nix | 2 -- hosts/chris-server/default.nix | 2 -- hosts/mam-laptop/default.nix | 2 -- 4 files changed, 8 deletions(-) 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;