Setup Nextcloud for our pack

This commit is contained in:
Gene Liverman 2025-05-21 00:34:42 -04:00
parent e98fd99d2b
commit a4a41b4d48
4 changed files with 68 additions and 4 deletions

View file

@ -13,6 +13,16 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."pack1828" = {
device = "/dev/disk/by-id/scsi-0HC_Volume_102600992";
fsType = "ext4";
options = [
"discard"
"nofail"
"defaults"
];
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}