Add host 'nextcloud'
This commit is contained in:
parent
567d126144
commit
98e1fe4096
3 changed files with 32 additions and 1 deletions
|
@ -94,6 +94,14 @@
|
|||
];
|
||||
})
|
||||
|
||||
# Container running Nextcloud.
|
||||
(mkHost "nextcloud" {
|
||||
suite = "server/lxc";
|
||||
hostModules = [
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
})
|
||||
|
||||
# Container for automatic deployments.
|
||||
(mkHost "ornithologist" {
|
||||
suite = "server/lxc";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue