diff options
| author | Fuwn <[email protected]> | 2024-10-25 00:42:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-25 00:42:01 -0700 |
| commit | 28beae6c727f9f950172f1d895a6d9c20b75cd82 (patch) | |
| tree | 2f0f9e9e156d18cdcd2388827ca13c328a5cff3c /hosts/kansai | |
| parent | kansai: mount kioku samba share (diff) | |
| download | nixos-config-28beae6c727f9f950172f1d895a6d9c20b75cd82.tar.xz nixos-config-28beae6c727f9f950172f1d895a6d9c20b75cd82.zip | |
kansai: add samba credentials for kioku
Diffstat (limited to 'hosts/kansai')
| -rw-r--r-- | hosts/kansai/hardware-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kansai/hardware-configuration.nix b/hosts/kansai/hardware-configuration.nix index 8597736..20ac43b 100644 --- a/hosts/kansai/hardware-configuration.nix +++ b/hosts/kansai/hardware-configuration.nix @@ -102,6 +102,7 @@ in "rw" "nofail" "noatime" + "credentials=${config.sops.secrets.samba_secrets.path}" ] ++ commonUserOptions; }; }; |