feat: add panam host for forgejo instance

This commit is contained in:
Alexander Wainwright 2026-04-09 21:54:25 +10:00
parent 2af088e966
commit 3b56a51634
4 changed files with 67 additions and 1 deletions

View file

@ -79,6 +79,16 @@
(mkHomeManagerConfig {})
];
};
panam = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/panam/configuration.nix
home-manager.nixosModules.home-manager
(mkHomeManagerConfig {})
];
};
# other hosts...
};
};