From 1dea4c0fd2c99a5c2ff38d58712690ab2e89b0bf Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 4 Nov 2021 18:41:02 +0100 Subject: [PATCH] tree: restructure hosts/, remove symlink --- configuration.nix | 1 - hosts/{hackens-milieu.nix => hackens-milieu/configuration.nix} | 2 +- hosts/{ => hackens-milieu}/hardware-configuration.nix | 0 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 configuration.nix rename hosts/{hackens-milieu.nix => hackens-milieu/configuration.nix} (98%) rename hosts/{ => hackens-milieu}/hardware-configuration.nix (100%) diff --git a/configuration.nix b/configuration.nix deleted file mode 120000 index aec15df..0000000 --- a/configuration.nix +++ /dev/null @@ -1 +0,0 @@ -hosts/hackens-milieu.nix \ No newline at end of file diff --git a/hosts/hackens-milieu.nix b/hosts/hackens-milieu/configuration.nix similarity index 98% rename from hosts/hackens-milieu.nix rename to hosts/hackens-milieu/configuration.nix index 5e0b2fc..7dbcd7b 100644 --- a/hosts/hackens-milieu.nix +++ b/hosts/hackens-milieu/configuration.nix @@ -8,7 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../profiles/hackens + ../../profiles/hackens ]; # Use the GRUB 2 boot loader. diff --git a/hosts/hardware-configuration.nix b/hosts/hackens-milieu/hardware-configuration.nix similarity index 100% rename from hosts/hardware-configuration.nix rename to hosts/hackens-milieu/hardware-configuration.nix