From efbdc2d49135be41ef17cfc7edfe18a03543b63a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 15 Nov 2025 11:34:36 -0800 Subject: simplify the backups --- machines/nixos/x86_64-linux/synology-vm.nix | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'machines/nixos/x86_64-linux/synology-vm.nix') diff --git a/machines/nixos/x86_64-linux/synology-vm.nix b/machines/nixos/x86_64-linux/synology-vm.nix index 1b9b7e7..a905be5 100644 --- a/machines/nixos/x86_64-linux/synology-vm.nix +++ b/machines/nixos/x86_64-linux/synology-vm.nix @@ -37,27 +37,6 @@ networking.useDHCP = lib.mkDefault true; systemd.network.wait-online.anyInterface = lib.mkDefault config.networking.useDHCP; - my.modules.nas-client = { - enable = true; - volumes = { - data = { - server = "192.168.1.68"; - remotePath = "backups"; - mountPoint = "/data/backups"; - uid = adminUser.uid; - }; - }; - }; - - my.modules.backups = { - enable = true; - passwordFile = config.age.secrets.restic_password.path; - remote = { - googleProjectId = "fcuny-infra"; - googleCredentialsFile = config.age.secrets.restic_gcs_credentials.path; - }; - }; - users.users.builder = { openssh.authorizedKeys.keys = [ # my personal key -- cgit v1.2.3