From 9f8b5c0a7bb265a58ed7c5382f7008b7efe722e8 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Wed, 27 Mar 2024 21:16:01 +0100 Subject: [PATCH] Added models --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 50a16a2..90e1395 100644 --- a/configuration.nix +++ b/configuration.nix @@ -200,8 +200,8 @@ in { in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"]; }; - fileSystems."/mnt/development" = { - device = "//vanten-s.com/development"; + fileSystems."/mnt/models" = { + device = "//vanten-s.com/models"; fsType = "cifs"; options = let # this line prevents hanging on network split