Move most Nginx proxies to the individual services
This commit is contained in:
parent
f1d2652c53
commit
1f8156e868
16 changed files with 267 additions and 263 deletions
|
@ -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/.#JimDesktop;
|
||||
home-manager switch --flake /etc/nixos/.#jimbo@JimDesktop;
|
||||
notify-send "NixOS switch finished."
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue