From 5b736e02488311e8f00025a9d8798a04b74e30df Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Thu, 15 Jan 2026 11:31:50 -0500 Subject: [PATCH] move hostname dec to flake --- flake.nix | 2 ++ system/hosts/alien/default.nix | 2 -- system/hosts/peach/default.nix | 2 -- system/hosts/vm-generic/default.nix | 2 -- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index e10b2df..10c6f24 100644 --- a/flake.nix +++ b/flake.nix @@ -151,6 +151,8 @@ }; }; + networking.hostName = hostname; + users.users.sckova = { isNormalUser = true; description = "Sean Kovacs"; diff --git a/system/hosts/alien/default.nix b/system/hosts/alien/default.nix index 08cab93..71472e2 100644 --- a/system/hosts/alien/default.nix +++ b/system/hosts/alien/default.nix @@ -3,8 +3,6 @@ pkgs, ... }: { - networking.hostName = "alien"; - environment.systemPackages = with pkgs; [ ddcutil mangohud diff --git a/system/hosts/peach/default.nix b/system/hosts/peach/default.nix index 59b7c0c..d976465 100644 --- a/system/hosts/peach/default.nix +++ b/system/hosts/peach/default.nix @@ -1,6 +1,4 @@ {pkgs, ...}: { - networking.hostName = "peach"; - boot.kernelParams = ["apple_dcp.show_notch=1"]; catppuccin = { diff --git a/system/hosts/vm-generic/default.nix b/system/hosts/vm-generic/default.nix index 7a6728c..314961d 100644 --- a/system/hosts/vm-generic/default.nix +++ b/system/hosts/vm-generic/default.nix @@ -1,6 +1,4 @@ {catppuccin, ...}: { - networking.hostName = "vm"; - catppuccin = { accent = "green"; flavor = "mocha";