summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 2be5a49..b41772e 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -4,11 +4,9 @@
outputs,
self,
kansaiPkgs,
+ secrets,
...
}:
-let
- secrets = import "${self}/lib/secrets.nix" { inherit self; };
-in
{
flake.nixosConfigurations = with lib; {
kansai = nixosSystem {