refactor: move host configs under hosts/{jupiter,vps}

- git-mv jupiter/ vps/ into hosts/; fix ../ -> ../../ for common/services/secrets
- flake.nix + deploy point at hosts/<config>/
- README structure updated
- verified: jupiter/vps/vbox all eval
This commit is contained in:
erik
2026-07-13 19:34:27 +02:00
parent fb782cb9fe
commit b6c393ff98
12 changed files with 47 additions and 38 deletions
+3 -3
View File
@@ -31,7 +31,7 @@
modules = [
disko.nixosModules.disko
sops-nix.nixosModules.sops
./jupiter/configuration.nix
./hosts/jupiter/configuration.nix
];
};
@@ -42,7 +42,7 @@
modules = [
disko.nixosModules.disko
sops-nix.nixosModules.sops
./vps/configuration.nix
./hosts/vps/configuration.nix
];
};
@@ -52,7 +52,7 @@
jupiter-vbox = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [ ./jupiter/vm.nix ];
modules = [ ./hosts/jupiter/vm.nix ];
};
# Custom kexec installer with our SSH key baked in, for headless install