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