From 3c474c385f81a22bd490eaa9442f698eef0e023c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 3 Jun 2024 10:11:12 +0200 Subject: [PATCH] feat: nixos 24.05 Signed-off-by: Harald Hoyer --- systems/x86_64-linux/x1/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/x1/default.nix b/systems/x86_64-linux/x1/default.nix index 5e4e01d..7665108 100644 --- a/systems/x86_64-linux/x1/default.nix +++ b/systems/x86_64-linux/x1/default.nix @@ -24,6 +24,7 @@ with lib.metacfg; enable = true; operation = "boot"; allowReboot = false; + flake = "git+https://git.hoyer.xyz/harald/nixcfg"; }; system.stateVersion = "23.11";