diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/configuration.nix b/configuration.nix deleted file mode 100644 index 789cf59..0000000 --- a/configuration.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ pkgs, ... }: - -let - nixos-wsl = import ./default.nix; -in -{ - imports = [ - nixos-wsl.nixosModules.wsl - ]; - - wsl = { - enable = true; - wslConf.automount.root = "/mnt"; - defaultUser = "nixos"; - startMenuLaunchers = true; - - # Enable native Docker support - # docker-native.enable = true; - - # Enable integration with Docker Desktop (needs to be installed) - # docker-desktop.enable = true; - - }; - - # Enable nix flakes - nix.package = pkgs.nixFlakes; - nix.extraOptions = '' - experimental-features = nix-command flakes - ''; - - system.stateVersion = "23.05"; -} |
