merge in poseidon configs temporarily

This commit is contained in:
NyxErinys 2026-05-19 20:02:39 -05:00
parent ca8d2c7262
commit 26842b27a6
13 changed files with 685 additions and 0 deletions

View file

@ -35,6 +35,12 @@
./hosts/servers/iris
];
};
poseidon = nixpkgs.lib.nixosSystem {
modules = [
./hosts/base.nix
./hosts/servers/poseidon
];
};
nixos = nixpkgs.lib.nixosSystem {
modules = [
./hosts/base.nix