fix: Tailscale + impermanence

This commit is contained in:
Madeleine Sydney
2025-05-06 11:35:47 -06:00
parent 5727e94557
commit b9566173b8
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
sydnix = {
filesystemType = "btrfs";
tailscale.enable = true;
steam = {
enable = true;
impermanenceUsers = ["crumb"];

View File

@@ -16,5 +16,7 @@ in {
networking.firewall.trustedInterfaces = [
"36mtailscale0"
];
sydnix.impermanence.directories = [ "/var/lib/tailscale" ];
};
}