From d45cf6dd74e0628a8f300ba59ae5e6f5c5981c40 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 20 Sep 2023 21:55:29 -0500 Subject: [PATCH] removed host configuration.nix --- hosts/ace/configuration.nix | 11 ----------- hosts/dragon/configuration.nix | 11 ----------- hosts/eve/configuration.nix | 12 ------------ hosts/loki/configuration.nix | 12 ------------ hosts/pocket2/configuration.nix | 11 ----------- hosts/smaug/configuration.nix | 12 ------------ hosts/vm1/configuration.nix | 10 ---------- 7 files changed, 79 deletions(-) delete mode 100644 hosts/ace/configuration.nix delete mode 100644 hosts/dragon/configuration.nix delete mode 100644 hosts/eve/configuration.nix delete mode 100644 hosts/loki/configuration.nix delete mode 100644 hosts/pocket2/configuration.nix delete mode 100644 hosts/smaug/configuration.nix delete mode 100644 hosts/vm1/configuration.nix diff --git a/hosts/ace/configuration.nix b/hosts/ace/configuration.nix deleted file mode 100644 index 793d999..0000000 --- a/hosts/ace/configuration.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = - [ - /etc/nixos/hardware-configuration.nix - ../../workstation - ../../wm/sway - ]; - networking.hostName = "ace"; -} diff --git a/hosts/dragon/configuration.nix b/hosts/dragon/configuration.nix deleted file mode 100644 index 528eed1..0000000 --- a/hosts/dragon/configuration.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = - [ - /etc/nixos/hardware-configuration.nix - ../../workstation - ../../wm/sway - ]; - networking.hostName = "dragon"; -} diff --git a/hosts/eve/configuration.nix b/hosts/eve/configuration.nix deleted file mode 100644 index 5748248..0000000 --- a/hosts/eve/configuration.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = - [ - - /etc/nixos/hardware-configuration.nix - ../../workstation - ../../wm/sway - ]; - networking.hostName = "eve"; -} diff --git a/hosts/loki/configuration.nix b/hosts/loki/configuration.nix deleted file mode 100644 index a513560..0000000 --- a/hosts/loki/configuration.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = - [ - - /etc/nixos/hardware-configuration.nix - ../../workstation - ../../wm/sway - ]; - networking.hostName = "loki"; -} diff --git a/hosts/pocket2/configuration.nix b/hosts/pocket2/configuration.nix deleted file mode 100644 index 7457911..0000000 --- a/hosts/pocket2/configuration.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = - [ - /etc/nixos/hardware-configuration.nix - ../../workstation - ../../wm/sway - ]; - networking.hostName = "pocket2"; -} diff --git a/hosts/smaug/configuration.nix b/hosts/smaug/configuration.nix deleted file mode 100644 index 3052395..0000000 --- a/hosts/smaug/configuration.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = - [ - - /etc/nixos/hardware-configuration.nix - ../../workstation - ../../wm/sway - ]; - networking.hostName = "smaug"; -} diff --git a/hosts/vm1/configuration.nix b/hosts/vm1/configuration.nix deleted file mode 100644 index 87b6d17..0000000 --- a/hosts/vm1/configuration.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = - [ - /etc/nixos/hardware-configuration.nix - ../../server/configuration.nix - ]; - networking.hostName = "vm1"; -}