From 7cf00828cd2c23f819e8f55a8693b4cc088638a7 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 13 Jul 2023 16:45:03 +0200 Subject: [PATCH] hostname fix --- hosts/chmura/configuration.nix | 2 -- hosts/chmura/default.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index b053a548..b5f18e27 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -11,8 +11,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "chmura"; - time.timeZone = "Europe/Warsaw"; nix.settings = { diff --git a/hosts/chmura/default.nix b/hosts/chmura/default.nix index 7ab916bd..1be161cc 100644 --- a/hosts/chmura/default.nix +++ b/hosts/chmura/default.nix @@ -1,5 +1,6 @@ _: { imports = [ + ./conduit.nix ./configuration.nix ./hardware-configuration.nix ];