Add vfat to zeus
This commit is contained in:
parent
ba2c3c21ca
commit
a76e999a85
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
boot.loader.grub.devices =
|
boot.loader.grub.devices =
|
||||||
[ "/dev/sda" "/dev/sdb" "/dev/sdc" "/dev/sdd" "/dev/sde" "/dev/sdf" ];
|
[ "/dev/sda" "/dev/sdb" "/dev/sdc" "/dev/sdd" "/dev/sde" "/dev/sdf" ];
|
||||||
|
|
||||||
|
boot.supportedFilesystems = [ "vfat" ];
|
||||||
|
|
||||||
networking.hostName = "zeus"; # Define your hostname.
|
networking.hostName = "zeus"; # Define your hostname.
|
||||||
networking.hostId = "9e95b576";
|
networking.hostId = "9e95b576";
|
||||||
systemd.network.netdevs = {
|
systemd.network.netdevs = {
|
||||||
|
|
Loading…
Reference in a new issue