wsl fixes
This commit is contained in:
parent
802377f4ef
commit
2a0e3098d4
@ -3,9 +3,10 @@
|
||||
config = {
|
||||
networking.hostName = "nixos-wsl";
|
||||
nixfiles.profile.base.enable = true;
|
||||
networking.networkmanager.enable = false;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryFlavor = "qt";
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
@ -39,6 +39,7 @@ in
|
||||
# networking.hostName = "nixos"; # Define your hostname.
|
||||
# Pick only one of the below networking options.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
# FIXME find somewhere else to put this
|
||||
networking.networkmanager.enable = lib.mkDefault true; # Easiest to use and most distros use this by default.
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user