From e11cce45203870783c7acd1fc3a5ad34f4a617ee Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 19 Oct 2025 23:21:44 +0300 Subject: fixed popup theme --- hosts/pad/mounts.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hosts/pad/mounts.nix (limited to 'hosts/pad') 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" + ]; + }; +} + + -- cgit v1.2.3