From 3ce9aee6c7bd23eaeb8c8f52e71983934407f504 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Thu, 28 Mar 2024 15:23:20 +0100 Subject: [PATCH] omega: remove /mnt/Backup --- hosts/omega/hardware.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/omega/hardware.nix b/hosts/omega/hardware.nix index bda3a36..306dfd3 100644 --- a/hosts/omega/hardware.nix +++ b/hosts/omega/hardware.nix @@ -50,11 +50,6 @@ fsType = "ntfs-3g"; options = ["rw" "uid=1000"]; }; - fileSystems."/mnt/Backup" = { - device = "/dev/disk/by-label/Backup"; - fsType = "ntfs-3g"; - options = ["rw" "uid=1000"]; - }; # Enables DHCP on all ethernet and wireless LAN interfaces. networking.useDHCP = lib.mkDefault true;