summaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
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 {