reorganize hardware

This commit is contained in:
Reid 2026-04-30 15:46:53 -07:00
parent 8ef80c6048
commit 6ecd4f7e6a
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 4 additions and 10 deletions

View file

@ -22,6 +22,10 @@
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
modules.hardware = {
networking.enable = true;
};
fileSystems."/" =
{ device = "/dev/disk/by-uuid/04542424-6899-4b94-9414-fffa569f2c03";
fsType = "ext4";