diff --git a/modules/system/fileSystems.nix b/modules/system/fileSystems.nix index 60f9f9f..1c58ba6 100644 --- a/modules/system/fileSystems.nix +++ b/modules/system/fileSystems.nix @@ -38,5 +38,8 @@ in }; }; - environment.systemPackages = with pkgs; [ cifs-utils ]; + environment.systemPackages = with pkgs; [ + cifs-utils + # rclone + ]; } diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 514f5e7..ec9a85b 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -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 ];