From 2446d0c9462577b95bb5a05b644c52cc29dc903d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 30 May 2024 18:41:43 +0800 Subject: [PATCH] nixops: mount /opt on rc --- nixops/rc-hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixops/rc-hardware-configuration.nix b/nixops/rc-hardware-configuration.nix index cd258e5..573bf3c 100644 --- a/nixops/rc-hardware-configuration.nix +++ b/nixops/rc-hardware-configuration.nix @@ -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