feat: add panam host for forgejo instance
This commit is contained in:
parent
2af088e966
commit
3b56a51634
4 changed files with 67 additions and 1 deletions
10
flake.nix
10
flake.nix
|
|
@ -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...
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue