fix: Tailscale + impermanence

This commit is contained in:
Madeleine Sydney
2025-06-02 12:00:09 -06:00
committed by msyds
parent 5727e94557
commit b9566173b8
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
sydnix = { sydnix = {
filesystemType = "btrfs"; filesystemType = "btrfs";
tailscale.enable = true;
steam = { steam = {
enable = true; enable = true;
impermanenceUsers = ["crumb"]; impermanenceUsers = ["crumb"];
+2
View File
@@ -16,5 +16,7 @@ in {
networking.firewall.trustedInterfaces = [ networking.firewall.trustedInterfaces = [
"36mtailscale0" "36mtailscale0"
]; ];
sydnix.impermanence.directories = [ "/var/lib/tailscale" ];
}; };
} }