Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-05 10:17:55 +01:00
parent 75ef98eb97
commit d8af7fa3cb

View file

@ -13,7 +13,7 @@ with lib.plusultra;
operation = "boot"; operation = "boot";
allowReboot = false; allowReboot = false;
flags = [ "--update-input" "nixpkgs" ]; flags = [ "--update-input" "nixpkgs" ];
flake = "git+https://git.hoyer.xyz/harald/nixcfg#${networking.hostName}"; flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1";
}; };
plusultra.gui.enable = true; plusultra.gui.enable = true;