summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-11-20 10:40:56 +0000
committerMike Vink <mike1994vink@gmail.com>2023-11-20 10:40:56 +0000
commitd6b4150013d4e10714a912796cb404e96b9217a5 (patch)
tree724da9523ac1bc31d5e076883d21bc2446825fd8 /flake.nix
parentb894af9c5abbe1b12b3571d729115d6aa88a9d83 (diff)
fixup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 29a49dd..6c6f0e7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,6 +50,11 @@
nixosConfigurations = with lib;
mapAttrs mkSystem (modulesIn ./machines);
+ nixosConfigurations.wsl = modules:
+ nixosSystem "wsl" ({...}: {
+ imports = modules;
+ });
+
deploy.nodes =
mapAttrs
(hostname: machine: {