Prepare to upload encrypted secrets file

This commit is contained in:
Jimbo 2024-08-24 23:09:23 -04:00
parent ba5d5260b3
commit f61fa33b7e
23 changed files with 35 additions and 25 deletions

View file

@ -44,8 +44,8 @@
auth = import ./common/auth.nix;
in {
nixdate = ''
${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimNixDesktop;
home-manager switch --flake /etc/nixos/.#jimbo@JimNixDesktop;
${auth.method} nixos-rebuild switch --flake /etc/nixos/NixOS-Config/.#JimNixDesktop;
home-manager switch --flake /etc/nixos/NixOS-Config/.#jimbo@JimNixDesktop;
notify-send "NixOS switch finished."
'';
};