got trolled by nixos discourse ._.

This commit is contained in:
Lyn 2024-11-10 04:23:00 +01:00
parent e1ec40eca3
commit 95d9945158

View file

@ -49,7 +49,7 @@
fileSystems."/mnt/chungus" = { fileSystems."/mnt/chungus" = {
device = "/dev/mapper/chungus_1"; device = "/dev/mapper/chungus_1";
fsType = "btrfs"; fsType = "btrfs";
options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@main"]; options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=main"];
}; };
swapDevices = [ swapDevices = [
{ {