From dd08a97f695ea3f85b9a08aa67286052b03ebe67 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 2 Jul 2023 20:45:51 -0500 Subject: [PATCH] move home stuff seperate --- hosts/ace/configuration.nix | 1 - hosts/dragon/configuration.nix | 1 - hosts/eve/configuration.nix | 1 - hosts/loki/configuration.nix | 1 - hosts/pocket2/configuration.nix | 1 - hosts/smaug/configuration.nix | 1 - 6 files changed, 6 deletions(-) diff --git a/hosts/ace/configuration.nix b/hosts/ace/configuration.nix index 0c811a2..793d999 100644 --- a/hosts/ace/configuration.nix +++ b/hosts/ace/configuration.nix @@ -5,7 +5,6 @@ [ /etc/nixos/hardware-configuration.nix ../../workstation - ../../home ../../wm/sway ]; networking.hostName = "ace"; diff --git a/hosts/dragon/configuration.nix b/hosts/dragon/configuration.nix index 52dfb67..528eed1 100644 --- a/hosts/dragon/configuration.nix +++ b/hosts/dragon/configuration.nix @@ -5,7 +5,6 @@ [ /etc/nixos/hardware-configuration.nix ../../workstation - ../../home ../../wm/sway ]; networking.hostName = "dragon"; diff --git a/hosts/eve/configuration.nix b/hosts/eve/configuration.nix index ed73b5e..5748248 100644 --- a/hosts/eve/configuration.nix +++ b/hosts/eve/configuration.nix @@ -6,7 +6,6 @@ /etc/nixos/hardware-configuration.nix ../../workstation - ../../home ../../wm/sway ]; networking.hostName = "eve"; diff --git a/hosts/loki/configuration.nix b/hosts/loki/configuration.nix index 0c176e9..a513560 100644 --- a/hosts/loki/configuration.nix +++ b/hosts/loki/configuration.nix @@ -6,7 +6,6 @@ /etc/nixos/hardware-configuration.nix ../../workstation - #../../home ../../wm/sway ]; networking.hostName = "loki"; diff --git a/hosts/pocket2/configuration.nix b/hosts/pocket2/configuration.nix index 76e4cd8..7457911 100644 --- a/hosts/pocket2/configuration.nix +++ b/hosts/pocket2/configuration.nix @@ -5,7 +5,6 @@ [ /etc/nixos/hardware-configuration.nix ../../workstation - ../../home ../../wm/sway ]; networking.hostName = "pocket2"; diff --git a/hosts/smaug/configuration.nix b/hosts/smaug/configuration.nix index 48622b2..3052395 100644 --- a/hosts/smaug/configuration.nix +++ b/hosts/smaug/configuration.nix @@ -6,7 +6,6 @@ /etc/nixos/hardware-configuration.nix ../../workstation - ../../home ../../wm/sway ]; networking.hostName = "smaug";