commit f31f98f4c20683e2a9c08d55cb541c4302c4a960 parent 3d262c3b9cf51b54af9cca52c1266ee4b9a4dafd Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Oct 2023 17:44:22 +0200 Meow Diffstat:
| M | home-manager/home.nix | | | 2 | +- |
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/home-manager/home.nix b/home-manager/home.nix @@ -79,7 +79,7 @@ zsh = { enable = true; shellAliases = { - update = "cd /etc/nixos/nixos && git pull && sudo nixos-rebuild switch --flake .#$(hostname) && home-manager switch --flake .#marcel@worker-1"; + update = "cd /etc/nixos/nixos && git pull && sudo nixos-rebuild switch --flake .#$(hostname) && home-manager switch --flake .#marcel@$(hostname)"; }; history = { size = 10000; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -26,7 +26,7 @@ ./boot.nix ../common/lib/shell.nix - ../common/lib/confd.nix + #../common/lib/confd.nix ../common/lib/fail2ban.nix ../common/lib/podman.nix