add compute node fs

This commit is contained in:
zuckerberg 2021-05-09 10:37:02 -04:00
parent f0205da719
commit 401ec1f7c1

View File

@ -10,6 +10,13 @@
# Enables the generation of /boot/extlinux/extlinux.conf
boot.loader.generic-extlinux-compatible.enable = true;
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
};
};
nix.flakes.enable = true;
networking.interfaces.eth0.useDHCP = true;