WIP: portainer service and host
This commit is contained in:
parent
2673c763d5
commit
350fe15576
11 changed files with 182 additions and 2 deletions
10
flake.nix
10
flake.nix
|
|
@ -93,6 +93,7 @@
|
|||
"metrics"
|
||||
"nextcloud"
|
||||
"vaultwarden"
|
||||
"portainer"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -131,6 +132,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
portainer.deployment = {
|
||||
targetHost = "192.168.1.156";
|
||||
tags = [
|
||||
"lxc"
|
||||
"node"
|
||||
"portainer"
|
||||
];
|
||||
};
|
||||
|
||||
deadbeef.deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue