Compare commits
No commits in common. "57c76fe6028ee2749f38894d009252b5e04b7986" and "c57472467e96c8bec3e3bc537b66e3876c091e46" have entirely different histories.
57c76fe602
...
c57472467e
1 changed files with 1 additions and 7 deletions
|
@ -37,13 +37,7 @@
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
# ./git_system.nix
|
# ./git_system.nix
|
||||||
inputs.disko.nixosModules.disko
|
(import ./setup { inherit inputs; })
|
||||||
./setup/disk_conf.nix
|
|
||||||
./setup/mini_conf.nix
|
|
||||||
{
|
|
||||||
networking.hostId = "0a7337de";
|
|
||||||
boot.loader.grub.zfsSupport = true;
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# runner-system =
|
# runner-system =
|
||||||
|
|
Loading…
Reference in a new issue