diff options
| author | Grisha Shipunov | 2025-01-19 20:38:22 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-19 20:38:22 +0100 |
| commit | 42128ebbe19d0aa3841245a423aeb6636c9b23d3 (patch) | |
| tree | 92737f264d06a1b72fa0d7f48706f89c5b26902d | |
| parent | 5c3f0886e592ff2d3e3a8588ab496f36c19e0ce9 (diff) | |
move microvms to hosts folder
| -rw-r--r-- | flake.nix | 4 | ||||
| -rw-r--r-- | hosts/auth/default.nix (renamed from microvms/auth/default.nix) | 0 | ||||
| -rw-r--r-- | hosts/auth/keycloak.nix (renamed from microvms/auth/keycloak.nix) | 0 | ||||
| -rw-r--r-- | hosts/radicale/default.nix (renamed from microvms/radicale/default.nix) | 0 |
4 files changed, 2 insertions, 2 deletions
@@ -107,7 +107,7 @@ sops-nix.nixosModules.sops microvm.nixosModules.microvm - ./microvms/auth + ./hosts/auth ./modules/server ./modules/wg ]; @@ -120,7 +120,7 @@ sops-nix.nixosModules.sops microvm.nixosModules.microvm - ./microvms/radicale + ./hosts/radicale ./modules/server ./modules/wg ]; diff --git a/microvms/auth/default.nix b/hosts/auth/default.nix index b4c23f1..b4c23f1 100644 --- a/microvms/auth/default.nix +++ b/hosts/auth/default.nix diff --git a/microvms/auth/keycloak.nix b/hosts/auth/keycloak.nix index de537ef..de537ef 100644 --- a/microvms/auth/keycloak.nix +++ b/hosts/auth/keycloak.nix diff --git a/microvms/radicale/default.nix b/hosts/radicale/default.nix index 7ed8f11..7ed8f11 100644 --- a/microvms/radicale/default.nix +++ b/hosts/radicale/default.nix |
