From 2b4bb3f7934c23b0e2cbdfe3c38d5a673208d5cb Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 8 Nov 2022 03:30:55 +0300 Subject: [PATCH] fix: remove a volume from DO for now --- nixos-infect | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos-infect b/nixos-infect index 6a6f16e..1eddc69 100755 --- a/nixos-infect +++ b/nixos-infect @@ -80,11 +80,6 @@ makeConf() { "resticPassword": $ESCAPED_PASSWORD, "username": "$LUSER", "volumes": [ - { - "device": "/dev/sdb", - "mountPoint": "/volumes/sdb", - "fsType": "ext4" - } ], "useBinds": true }