mod: add personal nix user repository
switched out all personal flakes, inputs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user