deploy grist

This commit is contained in:
Vivian 2023-11-12 15:07:41 +01:00
parent 33b33196ff
commit e16116720d
13 changed files with 66 additions and 229 deletions

View file

@ -118,7 +118,7 @@
default = colmena.packages.${system}.colmena;
proxmox-lxc = nixos-generators.nixosGenerate {
inherit system pkgs specialArgs;
inherit system specialArgs;
format = "proxmox-lxc";
modules = util.base_imports
++ [ (import ./nixos/templates/proxmox-lxc.nix) ];