fix(Infini-SERVER): disable data storage

This commit is contained in:
Infinidoge 2022-02-16 23:28:56 -05:00
parent 3ee95fd937
commit 71010cf27d

View file

@ -60,11 +60,11 @@ in
neededForBoot = true; neededForBoot = true;
}; };
"/srv" = { # "/srv" = {
device = data; # device = data;
fsType = "btrfs"; # fsType = "btrfs";
options = [ "subvol=srv" "ssd" ] + btrfsOptions; # options = [ "subvol=srv" "ssd" ] + btrfsOptions;
}; # };
}; };
swapDevices = [ swapDevices = [