From 866225393b740be89e1b5f7dcc550ee6f4870afd Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 9 Feb 2021 20:04:35 +0000 Subject: [PATCH] porthos: move files into 'machines' directory But keep 'porthos.nix' at the root of the repository. I feel like it is cleaner to keep device specific files at the root. --- {porthos => machines/porthos}/boot.nix | 0 {porthos => machines/porthos}/default.nix | 0 {porthos => machines/porthos}/hardware.nix | 0 {porthos => machines/porthos}/networking.nix | 0 {porthos => machines/porthos}/services.nix | 0 {porthos => machines/porthos}/users.nix | 0 porthos.nix | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) rename {porthos => machines/porthos}/boot.nix (100%) rename {porthos => machines/porthos}/default.nix (100%) rename {porthos => machines/porthos}/hardware.nix (100%) rename {porthos => machines/porthos}/networking.nix (100%) rename {porthos => machines/porthos}/services.nix (100%) rename {porthos => machines/porthos}/users.nix (100%) diff --git a/porthos/boot.nix b/machines/porthos/boot.nix similarity index 100% rename from porthos/boot.nix rename to machines/porthos/boot.nix diff --git a/porthos/default.nix b/machines/porthos/default.nix similarity index 100% rename from porthos/default.nix rename to machines/porthos/default.nix diff --git a/porthos/hardware.nix b/machines/porthos/hardware.nix similarity index 100% rename from porthos/hardware.nix rename to machines/porthos/hardware.nix diff --git a/porthos/networking.nix b/machines/porthos/networking.nix similarity index 100% rename from porthos/networking.nix rename to machines/porthos/networking.nix diff --git a/porthos/services.nix b/machines/porthos/services.nix similarity index 100% rename from porthos/services.nix rename to machines/porthos/services.nix diff --git a/porthos/users.nix b/machines/porthos/users.nix similarity index 100% rename from porthos/users.nix rename to machines/porthos/users.nix diff --git a/porthos.nix b/porthos.nix index 2eda025..ce3a200 100644 --- a/porthos.nix +++ b/porthos.nix @@ -6,7 +6,7 @@ # Include generic settings ./modules # Include porthos-specific modules - ./porthos + ./machines/porthos # Include my secrets ./secrets # Include my services