Many many changes
This commit is contained in:
@@ -71,6 +71,12 @@ in {
|
||||
fsType = "btrfs";
|
||||
options = [ "noatime" "compress=zstd" "noexec" "subvol=@log" ];
|
||||
};
|
||||
|
||||
"/var/lib/tailscale" = {
|
||||
device = "/dev/mapper/lambda-unlocked";
|
||||
fsType = "btrfs";
|
||||
options = [ "noatime" "compress=zstd" "noexec" "subvol=@tailscale" ];
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
|
||||
Reference in New Issue
Block a user