From 69ff9b03e299742a7ea12e6c7f2c91cd811d4ea4 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 8 Nov 2022 19:22:24 -0800 Subject: [PATCH] moved hostname to hosts --- hosts/configuration.nix | 2 -- hosts/default.nix | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 16b934e..851234e 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -22,8 +22,6 @@ options = "--delete-generations 8d"; }; - networking.hostName = "NicksNixOs"; - users.users.${user} = { isNormalUser = true; extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" "input" "uinput" ]; diff --git a/hosts/default.nix b/hosts/default.nix index 0b61e51..9348400 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -16,6 +16,9 @@ in { ./laptop ../modules/plasma_desktop.nix ../modules/kmonad.nix + { + networking.hostname = "NicksNixLaptop"; + } kmonad.nixosModules.default home-manager.nixosModules.home-manager { home-manager = {