From 12f018e321d7f9aebe530136cb6071e7bac9b729 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 1 Aug 2024 14:48:59 +0200 Subject: [PATCH] added new driver --- hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 8d351fc..1e4ce52 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/srv/media" = + { device = "/dev/sda1"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking