add config for nextcloud server

This commit is contained in:
Andreas Zweili 2022-01-25 17:41:22 +01:00
parent 50b0be4198
commit dd56b8ae59
1 changed files with 8 additions and 0 deletions

View File

@ -171,6 +171,14 @@
./modules/media-share
./modules/plex
];
nextcloud = mkComputer
(mkVM
{ hostname = "nextcloud"; ip = "10.7.89.103"; inherit self; })
./home-manager/headless.nix
[
./modules/docker
./modules/media-share
];
};
homeConfigurations = {
"${username}@co-ws-con4" = home-manager.lib.homeManagerConfiguration {