set /root for mx

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-11-29 16:57:32 +01:00
parent e2150bb50f
commit 82c7352bc2

View file

@ -37,7 +37,8 @@
dates = "04:00"; dates = "04:00";
operation = "switch"; operation = "switch";
allowReboot = true; allowReboot = true;
flake = lib.mkForce "git+file:///var/lib/gitea/repositories/harald/nixcfg.git#mx"; # flake = lib.mkForce "git+file:///var/lib/gitea/repositories/harald/nixcfg.git#mx";
flake = lib.mkForce "/root/nixcfg/.#mx";
}; };
nix.gc = { nix.gc = {