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
11
config/hosts/penpot/default.nix
Normal file
11
config/hosts/penpot/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./networking.nix
|
||||
./nginx.nix
|
||||
./penpot.nix
|
||||
./sops.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue