Added VSCode back, additional small changes

This commit is contained in:
2025-09-18 09:35:45 -04:00
parent fec0c2a09f
commit 90a3875a90
7 changed files with 101 additions and 19 deletions

View File

@@ -23,7 +23,8 @@ in
"credentials=${config.age.secrets.eclypsecloud-eclypse.path}"
"uid=${toString config.users.users.eclypse.uid}"
"rw"
] ++ automount_opts;
]
++ automount_opts;
};
"/mnt/Music" = {
device = "//100.78.212.35/music";
@@ -32,9 +33,10 @@ in
"credentials=${config.age.secrets.eclypsecloud-eclypse.path}"
"uid=${toString config.users.users.eclypse.uid}"
"rw"
] ++ automount_opts;
]
++ automount_opts;
};
};
environment.systemPackages = with pkgs; [ cifs-utils ];
}
}