hmmm
This commit is contained in:
parent
eeb4955f3f
commit
a409809888
2 changed files with 2 additions and 7 deletions
|
@ -133,12 +133,7 @@ partition_disk() {
|
|||
}
|
||||
|
||||
install() {
|
||||
# sudo sh -c '\
|
||||
# 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"
|
||||
sudo yes | nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"
|
||||
}
|
||||
|
||||
copy_files_to_new_install() {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = inputs.secrets.path;
|
||||
defaultSopsFile = builtins.trace inputs.secrets.path;
|
||||
age.keyFile = "/nix/config/keys.txt";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue