diff --git a/colmena/remote.nix b/colmena/remote.nix index a82923c..efe4e6e 100644 --- a/colmena/remote.nix +++ b/colmena/remote.nix @@ -7,6 +7,6 @@ }; imports = [ - ../services/openssh.nix + ../common/openssh.nix ]; } diff --git a/services/nginx.nix b/common/nginx.nix similarity index 100% rename from services/nginx.nix rename to common/nginx.nix diff --git a/services/openssh.nix b/common/openssh.nix similarity index 100% rename from services/openssh.nix rename to common/openssh.nix diff --git a/services/steam.nix b/common/steam.nix similarity index 100% rename from services/steam.nix rename to common/steam.nix diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index a233258..637d9cb 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -5,7 +5,7 @@ [ ./hardware-configuration.nix ./home.nix - ../../services/steam.nix + ../../common/steam.nix ]; boot.loader.systemd-boot.enable = true; diff --git a/hosts/yevaud/configuration.nix b/hosts/yevaud/configuration.nix index 9ab4405..289bff2 100644 --- a/hosts/yevaud/configuration.nix +++ b/hosts/yevaud/configuration.nix @@ -4,7 +4,6 @@ imports = [ ./hardware-configuration.nix ./home.nix - ../../services/openssh.nix ./forgejo.nix ]; diff --git a/hosts/yevaud/forgejo.nix b/hosts/yevaud/forgejo.nix index fa5f6d8..31e8494 100644 --- a/hosts/yevaud/forgejo.nix +++ b/hosts/yevaud/forgejo.nix @@ -2,7 +2,7 @@ { imports = [ - ../../services/nginx.nix + ../../common/nginx.nix ]; # TODO: ssh access