WIP: portainer service and host

This commit is contained in:
pazpi 2025-01-06 15:39:09 +01:00
parent 2673c763d5
commit 350fe15576
11 changed files with 182 additions and 2 deletions

View file

@ -143,4 +143,15 @@ in
# specialArgs = { };
};
portainer = nixpkgs.lib.nixosSystem {
pkgs = pkgs "x86_64-linux";
modules = [
myModule
proxmoxModule
./portainer
agenix.nixosModules.default
];
# specialArgs = { };
};
}