reorganize hardware
This commit is contained in:
parent
8ef80c6048
commit
6ecd4f7e6a
2 changed files with 4 additions and 10 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue