aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-10-19 20:21:44 +0000
committeraethrvmn <me@aethrvmn.gr>2025-10-19 20:21:44 +0000
commite11cce45203870783c7acd1fc3a5ad34f4a617ee (patch)
treeaf38f8fc4f8c834a549d6002db83755625019173 /hosts
parentupgraded nixos (diff)
fixed popup theme
Diffstat (limited to 'hosts')
-rw-r--r--hosts/pad/mounts.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts/pad/mounts.nix b/hosts/pad/mounts.nix
new file mode 100644
index 0000000..8ca4536
--- /dev/null
+++ b/hosts/pad/mounts.nix
@@ -0,0 +1,15 @@
+{
+ fileSystems."/home/aethrvmn/nas" = {
+ device = "//192.168.10.15/home/Drive";
+ fsType = "cifs";
+ options = [
+ "credentials=/home/aethrvmn/.creds/rousicreds"
+ "uid=1000"
+ "gid=100"
+ "auto"
+ "x-systemd.automount"
+ ];
+ };
+}
+
+
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.