omega: remove /mnt/Backup
This commit is contained in:
parent
59b55b4212
commit
3ce9aee6c7
|
@ -50,11 +50,6 @@
|
||||||
fsType = "ntfs-3g";
|
fsType = "ntfs-3g";
|
||||||
options = ["rw" "uid=1000"];
|
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.
|
# Enables DHCP on all ethernet and wireless LAN interfaces.
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
|
Loading…
Reference in a new issue