From 1c73eb6ab5866d43c25af4520873d804ef78c143 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 29 Oct 2024 18:38:51 +0100 Subject: [PATCH] use doas --- mini/install.txt | 4 ++-- neko/install.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mini/install.txt b/mini/install.txt index a5c8d85..111b500 100644 --- a/mini/install.txt +++ b/mini/install.txt @@ -117,7 +117,7 @@ nixos-generate-config --root /mnt # copy config data from another machine including secrets -sudo scp -r /data/nixos root@192.168.13.100:/mnt/data +doas scp -r /data/nixos root@192.168.13.100:/mnt/data # install @@ -136,4 +136,4 @@ shutdown -h now # sync all /data after the install -sudo -E rsync -va --delete --one-file-system /data/ root@192.168.13.100:/data/ +doas rsync -va --delete --one-file-system /data/ root@192.168.13.100:/data/ diff --git a/neko/install.txt b/neko/install.txt index 674d772..fae3b94 100644 --- a/neko/install.txt +++ b/neko/install.txt @@ -118,7 +118,7 @@ nixos-generate-config --root /mnt # copy config data from another machine including secrets -sudo scp -r /data/nixos root@192.168.13.171:/mnt/data +doas scp -r /data/nixos root@192.168.13.171:/mnt/data # install @@ -137,4 +137,4 @@ shutdown -h now # sync all /data after the install -sudo -E rsync -va --delete --one-file-system /data/ root@192.168.13.171:/data/ +doas rsync -va --delete --one-file-system /data/ root@192.168.13.171:/data/