switch to nixpkgs hosteded by cache.nixos.org

take 2 on https://git.clan.lol/clan/clan-core/pulls/2921
This commit is contained in:
DavHau
2025-02-27 15:18:52 +07:00
parent 35455afeb8
commit 74b30cca9f
6 changed files with 13 additions and 13 deletions

View File

@@ -16,6 +16,9 @@ in
documentation.enable = lib.mkDefault false;
boot.isContainer = true;
# needed since nixpkgs 7fb2f407c01b017737eafc26b065d7f56434a992 removed the getty unit by default
console.enable = true;
# undo qemu stuff
system.build.initialRamdisk = "";
virtualisation.sharedDirectories = lib.mkForce { };