Removed stu filesystem

This commit is contained in:
2025-10-14 14:50:25 -04:00
parent b6f94d5044
commit 71a6b7bc53
2 changed files with 5 additions and 2 deletions

View File

@@ -38,5 +38,8 @@ in
};
};
environment.systemPackages = with pkgs; [ cifs-utils ];
environment.systemPackages = with pkgs; [
cifs-utils
# rclone
];
}

View File

@@ -10,7 +10,7 @@ in
# Update tailscale-auth.age with `agenix -e tailscale-auth.age -i /path/to/private-ssh-key`
# Note: Only devices with the below public keys are allowed to edit tailscale-auth.age
"tailscale-auth.age".publicKeys = [ vanta ]; # Devices allowed to join the tailnet;
# Devices that can connect to EclypseCloud with the eclypse user.
"eclypsecloud-eclypse.age".publicKeys = [ vanta ];