This commit is contained in:
Christoph Schmatzler
2025-08-11 12:39:32 +02:00
parent 9a797194d8
commit 0976b9f463

View File

@@ -31,6 +31,16 @@
kernelPackages = pkgs.linuxPackages_latest;
};
fileSystems."/" = {
device = "/dev/disk/by-label/NIXROOT";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/NIXBOOT";
fsType = "vfat";
};
networking = {
hostName = hostname;
useDHCP = false;