From 5f5a985efe864723e3f574438b7aa0375d355ac2 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 13 Jul 2023 12:51:26 +0200 Subject: [PATCH] hostname fix and add chmura --- hosts/default.nix | 2 +- hosts/niksos/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default.nix b/hosts/default.nix index 557bf83..a9ed91e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -12,8 +12,8 @@ in { system = "x86_64-linux"; specialArgs = {inherit lib inputs self;}; modules = [ - {networking.hostName = "niksos";} ./niksos + ./chmura ] ++ [ # this list includes an alias for the home-manager module, and another for the global home-manager configuration directory diff --git a/hosts/niksos/configuration.nix b/hosts/niksos/configuration.nix index 8cfdfe0..42c3747 100644 --- a/hosts/niksos/configuration.nix +++ b/hosts/niksos/configuration.nix @@ -21,6 +21,7 @@ in boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; + networking.hostName = "niksos"; networking.networkmanager.enable = true; time.timeZone = "Europe/Warsaw";