kittykat deployment test

This commit is contained in:
tulg 2026-04-25 18:38:02 +03:00
parent 573c9e3757
commit 8c193dc65b
5 changed files with 30 additions and 43 deletions

View file

@ -8,7 +8,10 @@
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
boot.loader.grub = {
enable = true;
efiSupport = true;
};
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}