WIP: rewrite config #618
2 changed files with 11 additions and 0 deletions
|
@ -39,4 +39,9 @@ in {
|
||||||
exec ${pkgs.disko}/bin/disko-install --flake "${nixos-config}#not522" --disk main "${nixos-config.nixosConfigurations.not522.config.disko.devices.disk.main.device}"
|
exec ${pkgs.disko}/bin/disko-install --flake "${nixos-config}#not522" --disk main "${nixos-config.nixosConfigurations.not522.config.disko.devices.disk.main.device}"
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
nix.settings.substituters = lib.mkForce [
|
||||||
|
"https://attic.chir.rs/chir-rs/"
|
||||||
|
"https://hydra.chir.rs"
|
||||||
|
"https://cache.nixos.org"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
nixos-config,
|
nixos-config,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
networking.hostName = "pc-installer";
|
networking.hostName = "pc-installer";
|
||||||
|
@ -17,4 +18,9 @@
|
||||||
./graphical.nix
|
./graphical.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
nix.settings.substituters = lib.mkForce [
|
||||||
|
"https://attic.chir.rs/chir-rs/"
|
||||||
|
"https://hydra.chir.rs"
|
||||||
|
"https://cache.nixos.org"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue