got trolled by nixos discourse ._.
This commit is contained in:
parent
e1ec40eca3
commit
95d9945158
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue