Separete container and proxy config
This commit is contained in:
parent
84d2323250
commit
782b3ef4bf
9 changed files with 579 additions and 543 deletions
7
hosts/nixos/vps/containers.nix
Normal file
7
hosts/nixos/vps/containers.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Container definitions for vps host
|
||||
virtualisation.oci-containers.containers = {
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue