Setup mail server and restructure some things
This commit is contained in:
parent
4c382e629d
commit
ba93d164cf
90 changed files with 512 additions and 66 deletions
10
config/hosts/nextcloud/hardware-configuration.nix
Normal file
10
config/hosts/nextcloud/hardware-configuration.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
fileSystems."/var/lib/nextcloud/data" = {
|
||||
device = "/dev/vdb";
|
||||
fsType = "ext4";
|
||||
autoFormat = true;
|
||||
autoResize = true;
|
||||
options = [ "X-mount.owner=nextcloud" "X-mount.group=nextcloud" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue