add flake support to iso

This commit is contained in:
2024-10-19 12:19:25 -05:00
parent ffae6f8057
commit a97a749a5f
4 changed files with 24 additions and 18 deletions

View File

@@ -46,6 +46,13 @@
impermanent = true;
};
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
networking = {
hostName = "homebox";
nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];