added new driver

This commit is contained in:
chloe 2024-08-01 14:48:59 +02:00
parent f0e8e2941b
commit 12f018e321

View file

@ -18,6 +18,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/srv/media" =
{ device = "/dev/sda1";
fsType = "ext4";
};
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking