mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Convert the nextcloud module into a container
This commit is contained in:
parent
35f77628cc
commit
f0295cd9e1
8 changed files with 170 additions and 134 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue