stage 1 boot setup
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 14s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 6m32s

This commit is contained in:
2026-04-17 21:11:18 -04:00
parent ea60876ce9
commit 8f7332b099
3 changed files with 132 additions and 95 deletions

View File

@@ -13,6 +13,7 @@
enable = lib.mkDefault true;
flags = [ "--accept-flake-config" ];
randomizedDelaySec = "1h";
runGarbageCollection = true;
persistent = true;
flake = "git+ssh://nayeonie.com/ahuston-0/nix-dotfiles.git";
};