Update wsl

This commit is contained in:
2024-03-05 15:09:46 +00:00
parent 2817cb2aed
commit ce7d04867b
3 changed files with 22 additions and 4 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ lib, ... }:
{
imports = [ ];
@@ -11,6 +11,8 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
boot.loader.systemd-boot.enable = lib.mkForce false;
fileSystems."/mnt/wsl" =
{ device = "none";
fsType = "tmpfs";
@@ -32,7 +34,7 @@
};
fileSystems."/mnt/wslg/distro" =
{ device = "";
{ device = "none";
fsType = "none";
options = [ "bind" ];
};