feat(networking): persist tailscale directory instead of file

This commit is contained in:
Mohammad Rafiq 2025-05-26 22:33:12 +08:00
parent 3c0890e20f
commit 14dc971c46
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
platform = "intel";
drives.btrfs = {
enable = true;
drive = "";
drive = "/dev/disk/by-id/nvme-eui.002538d221b47b01";
ephemeralRoot = true;
};
};