remove essd mount point
This commit is contained in:
parent
84319c25fb
commit
f0e54a43b1
1 changed files with 0 additions and 15 deletions
|
|
@ -87,18 +87,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# USB SSD mount
|
|
||||||
fileSystems."/mnt/essd" = {
|
|
||||||
device = "/dev/disk/by-id/usb-NVME_USB_3.2_0123456789ABC-0:0-part2";
|
|
||||||
fsType = "ext4";
|
|
||||||
options = [ "nofail" "x-systemd.device-timeout=5s" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Set ownership of mount point
|
|
||||||
systemd.tmpfiles.rules = [
|
|
||||||
"d /mnt/essd 0755 yanlin users -"
|
|
||||||
];
|
|
||||||
|
|
||||||
# Host-specific packages
|
# Host-specific packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
smartmontools
|
smartmontools
|
||||||
|
|
@ -151,9 +139,6 @@
|
||||||
services.media-server = {
|
services.media-server = {
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
deluge.enable = true;
|
deluge.enable = true;
|
||||||
sonarr.enable = true;
|
|
||||||
radarr.enable = true;
|
|
||||||
plex.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Borg backup configuration
|
# Borg backup configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue