Convert the nextcloud module into a container

This commit is contained in:
SebastianStork 2024-08-29 21:39:43 +02:00
parent 35f77628cc
commit f0295cd9e1
8 changed files with 170 additions and 134 deletions

View file

@ -3,6 +3,8 @@
../common.nix
./hardware.nix
./disko.nix
./containers/nextcloud
];
system.stateVersion = "24.05";
@ -15,9 +17,5 @@
ssh.enable = true;
exitNode.enable = true;
};
nextcloud = {
enable = true;
emailServer.enable = true;
};
};
}