hosts/keith: Correct resource path for local smb share

This commit is contained in:
Weckyy702
2026-03-17 00:31:29 +01:00
parent 336c395b56
commit de7db470ae

View File

@@ -5,7 +5,7 @@
imports = with inputs.self.factory; [
(mount-cifs {
host = "duke.veltnet";
resource = "home";
resource = "smb-share";
destination = "/home/weckyy702/duke";
credentials_path = "${config.age.secrets.nas-creds.path}";
UID = "weckyy702";