summaryrefslogtreecommitdiff
path: root/modules/pc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pc')
-rw-r--r--modules/pc/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/pc/default.nix b/modules/pc/default.nix
index 32c8490..cf77533 100644
--- a/modules/pc/default.nix
+++ b/modules/pc/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ pkgs, self, ... }:
{
imports = [
./hardware
@@ -16,4 +16,6 @@
wget
git
];
+
+ sops.secrets.samba_secrets.sopsFile = "${self}/secrets/hosts.yaml";
}