omega: remove /mnt/Backup

This commit is contained in:
Casper V. Kristensen 2024-03-28 15:23:20 +01:00
parent 59b55b4212
commit 3ce9aee6c7

View file

@ -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;