From b82b0799666a6c349f594fae37a80b32fca1aa82 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 15 May 2024 21:07:41 +0100 Subject: [PATCH] just rebuild-system changed path of flake --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index cd22b3d..7a3e5ee 100644 --- a/justfile +++ b/justfile @@ -12,7 +12,7 @@ update-nix-secrets: # full system rebuild from flake (stages changes and automatically detects host) rebuild-system: git add *.nix - sudo nixos-rebuild switch --flake $(readlink -f /etc/nixos)#$(hostname) + sudo nixos-rebuild switch --flake $HOME/nixos#$(hostname) # updates all flake inputs for system update-flake: