1
Fork 0
This commit is contained in:
caem 2025-01-20 00:02:54 +01:00
parent eeb4955f3f
commit a409809888
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 2 additions and 7 deletions

View file

@ -133,12 +133,7 @@ partition_disk() {
} }
install() { install() {
# sudo sh -c '\ sudo yes | nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"
# eval "$(ssh-agent -s)";\
# ssh-add "/root/.ssh/*.pub";\
# nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME";\
# '
sudo nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"
} }
copy_files_to_new_install() { copy_files_to_new_install() {

View file

@ -31,7 +31,7 @@
}; };
sops = { sops = {
defaultSopsFile = inputs.secrets.path; defaultSopsFile = builtins.trace inputs.secrets.path;
age.keyFile = "/nix/config/keys.txt"; age.keyFile = "/nix/config/keys.txt";
}; };
} }