penpot: configure penpot host using oci-containers
This commit is contained in:
parent
faffcb7d54
commit
178777007f
10 changed files with 570 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -234,6 +234,16 @@
|
|||
./config/hosts/status
|
||||
];
|
||||
};
|
||||
|
||||
penpot = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./config/common
|
||||
./config/proxmox-vm
|
||||
sops-nix.nixosModules.sops
|
||||
./config/hosts/penpot
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
packages.x86_64-linux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue