mod: add personal nix user repository

switched out all personal flakes, inputs
This commit is contained in:
2026-06-08 21:55:50 -04:00
parent 4acbd22078
commit ad717d64b8
7 changed files with 178 additions and 139 deletions

View File

@@ -34,7 +34,22 @@ in {
];
# Enable flakes for NixOS
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.settings = {
experimental-features = ["nix-command" "flakes"];
substituters = [
"https://attic.home.wyattjmiller.com/wyatt"
];
trusted-substituters = [
"https://attic.home.wyattjmiller.com/wyatt"
];
trusted-public-keys = [
"wyatt:KBM2U2fVUomYUdMsxeNp0MDrUrCU5BECZHLF72o8TOI="
];
};
# Custom kernel/boot stuff
boot = {