mirror of
https://github.com/zoriya/flake.git
synced 2026-06-04 19:26:09 +00:00
Update wsl
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user