From 509006801a6e8c484c6aff4accb59c154f7738e0 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 25 Feb 2023 02:17:46 -0500 Subject: add standalone specialArg to nixosConfigurations --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; -- cgit v1.2.3