nixops: mount /opt on rc

This commit is contained in:
Sébastien Bourdeauducq 2024-05-30 18:41:43 +08:00
parent 8879147c8d
commit 2446d0c946
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/opt" =
{ device = "/dev/disk/by-uuid/cf0f51b6-7b95-4c74-9390-37dc4c86f32b";
fsType = "ext4";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking