commit e6153e474f57481e2a19dc83f4a554878803f1fa
parent fe214c330f303bf70ce597b7a375fd199bcee335
Author: breadcat <breadcat@users.noreply.github.com>
Date: Mon, 15 Sep 2025 14:02:39 +0100
Include rclone on arcadia
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/machines/arcadia.nix b/machines/arcadia.nix
@@ -37,6 +37,7 @@ in
../home/ghostty.nix
../home/hyprland.nix
(import ../home/kodi.nix {inherit username;})
+ (import ../home/rclone.nix {inherit domain username sshport privatekey;})
(import ../home/ssh.nix {inherit domain username sshport privatekey;})
];
home.stateVersion = "24.11";