updated disko setup

This commit is contained in:
Henrik
2025-10-15 20:34:14 +02:00
parent 814d54bcf4
commit 665bd1d1f4
5 changed files with 41 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
./aarch64.nix
];
networking.useDHCP = lib.mkDefault true;
}