refactor: rename vps host -> neptun (solar-system theme)
git-mv hosts/vps->neptun, secrets/vps.yaml->neptun.yaml; update flake, .sops.yaml rules, hostName, sops paths, README/CLAUDE. Off-repo host key dir renamed too.
This commit is contained in:
@@ -36,13 +36,13 @@
|
||||
};
|
||||
|
||||
# netcup VPS — public reverse proxy + tailnet node.
|
||||
vps = nixpkgs.lib.nixosSystem {
|
||||
neptun = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
sops-nix.nixosModules.sops
|
||||
./hosts/vps/configuration.nix
|
||||
./hosts/neptun/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user