summaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-08 03:00:59 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-08 03:00:59 -0700
commite9e01cbb26efca6e392df2f720729c672b711f2f (patch)
treed5a5d990786dd0fddb90397029412f2e8ad28d45 /nix/flake.nix
parent5b8d09f2d7ebb7a1670c695af5761353d5b76d7e (diff)
Fix sops-nix; fix hyprland windowrules; fix security things
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index cffec96..21b5613 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -87,7 +87,7 @@
mkDiskoFiles = map (hostname: {
name = "${hostname}";
- value = self.nixosConfigurations."${hostname}".config.monorepo.vars.myDiskoSpec;
+ value = self.nixosConfigurations."${hostname}".config.monorepo.vars.diskoSpec;
});
in {