diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 15:37:54 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-10-16 14:17:12 +0000 |
commit | a69a71ca00591b637224cd879d26260a607b6957 (patch) | |
tree | 7e52093cb60b797b769acf8b55c0ced6ea6e1efb /cluster/prod/node/df-ymk.nix | |
parent | 554c20cc0408e581b1b23e484609b172030c8259 (diff) | |
download | nixcfg-a69a71ca00591b637224cd879d26260a607b6957.tar.gz nixcfg-a69a71ca00591b637224cd879d26260a607b6957.zip |
Add mounts on bespin + tlsproxy
Diffstat (limited to 'cluster/prod/node/df-ymk.nix')
-rw-r--r-- | cluster/prod/node/df-ymk.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cluster/prod/node/df-ymk.nix b/cluster/prod/node/df-ymk.nix index c30346f..d7deb49 100644 --- a/cluster/prod/node/df-ymk.nix +++ b/cluster/prod/node/df-ymk.nix @@ -15,4 +15,10 @@ deuxfleurs.cluster_ip = "10.83.3.3"; deuxfleurs.is_raft_server = false; + + fileSystems."/mnt" = { + device = "/dev/disk/by-uuid/51d95b17-0e06-4a73-9e4e-ae5363cc4015"; + fsType = "xfs"; + options = [ "nofail" ]; + }; } |