mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Migrate Nextcloud to hcloud
This commit is contained in:
parent
600844c56d
commit
39f20ed89d
10 changed files with 110 additions and 17 deletions
|
|
@ -43,8 +43,10 @@
|
|||
backend1 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = common.modules ++ [
|
||||
./modules/nginx.nix
|
||||
./modules/murmur.nix
|
||||
./modules/synapse.nix
|
||||
./modules/nextcloud.nix
|
||||
./modules/custom-backup-job.nix
|
||||
({
|
||||
networking.hostName = "backend1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue