summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-25 02:17:46 -0500
committerseth <[email protected]>2023-02-25 02:17:46 -0500
commit509006801a6e8c484c6aff4accb59c154f7738e0 (patch)
treead671ae6a116241f513cf1ba22067b990becd040
parent399764b561a0097c5559b1b4089cc6fa21433850 (diff)
add standalone specialArg to nixosConfigurations
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 94cf9b1..034b9b7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,6 +46,7 @@
];
specialArgs = {
desktop = "gnome";
+ standalone = true;
wsl = false;
};
version = "23.05";
@@ -71,6 +72,7 @@
];
specialArgs = {
desktop = "";
+ standalone = true;
wsl = true;
};
version = "23.05";