Rename nixos-server to sunken-ship

- Rename hosts/nixos-server.nix -> sunken-ship.nix, nixos-server-hardware.nix -> sunken-ship-hardware.nix
- Flake: nixos-server -> sunken-ship, update module path
- Set networking.hostName = sunken-ship in server configs
- Update AGENTS.md, nixos/readme.md, docs/ssh-and-secrets.md, TODO.md

Made-with: Cursor
This commit is contained in:
DannyDannyDanny 2026-03-01 12:44:28 +01:00
parent cd7658f452
commit 1338fb1b68
9 changed files with 19 additions and 25 deletions

View file

@ -57,9 +57,9 @@
];
};
nixos-server = nixpkgs.lib.nixosSystem {
sunken-ship = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./hosts/nixos-server.nix ];
modules = [ ./hosts/sunken-ship.nix ];
};
};