!apXxbtexmNGJaAryzM:nixos.org

NixOS on WSL

332 Members
https://github.com/nix-community/NixOS-WSL55 Servers

Load older messages


SenderMessageTime
6 Sep 2024
@k900:0upti.meK900Uhh14:21:37
@k900:0upti.meK900That sounds like systemd might not be starting14:21:43
@k900:0upti.meK900Oh wait14:21:44
@k900:0upti.meK900OH WAIT.14:21:45
@k900:0upti.meK900Oh. Wait.14:21:47
@k900:0upti.meK900 cat /proc/cmdline? 14:21:58
@rosssmyth:matrix.orgrosssmythWhen, any time?14:22:19
@k900:0upti.meK900Any time14:22:30
@rosssmyth:matrix.orgrosssmyth initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=19 hv_utils.timesync_implicit=1 console=hvc0 debug pty.legacy_count=0 14:22:41
@k900:0upti.meK900OK yeah14:22:47
@k900:0upti.meK900
In reply to@k900:0upti.me
Do you have

[wsl2]
kernelCommandLine = cgroup_no_v1=all

in your .wslconfig?
^ do this
14:23:21
@k900:0upti.meK900Otherwise your systemd is not starting14:23:29
@rosssmyth:matrix.orgrosssmythOkie dokie14:23:37
@k900:0upti.meK900 @silver same problem probably actually 14:23:52
@rosssmyth:matrix.orgrosssmythThat worked!14:24:40
@rosssmyth:matrix.orgrosssmythThanks.14:24:42
@pgkrusl:matrix.orgKrusl Lee joined the room.14:57:03
@common16:matrix.orgcommon16 joined the room.14:57:05
@bumperboat:matrix.orgbumperboat joined the room.14:57:35
@common16:matrix.orgcommon16Hey everyone. Does anyone have an example handy of how I can configure git to use my /mnt/c/.../git-credentials-manager.exe and /mnt/c/Users/common/.gitconfig in my flake.nix that way they're auto-set when I start WSL?15:30:08
@rosssmyth:matrix.orgrosssmythfor the latter can probably use $GIT_CONFIG_SYSTEM in your shell startup config15:35:09
@rosssmyth:matrix.orgrosssmythIt will be slower but may be acceptable for you15:35:24
@common16:matrix.orgcommon16Is it faster to copy it into WSL instead (if possible)?15:36:08
@rosssmyth:matrix.orgrosssmythYeah. tbh in my experience I don't notice too much of slow down accessing the host filesystem, I work in Windows directories all the time. Try it out and see is what I would do. 15:36:58
@rosssmyth:matrix.orgrosssmyth * Yeah. tbh in my experience I don't notice too much of slow down accessing the host filesystem, I work in and compile things in Windows directories all the time. Try it out and see is what I would do. 15:37:12
@common16:matrix.orgcommon16I'm still very new to NixOS. Would you be able to help me add that into my flake.nix? http://pastie.org/p/6iQbsvLMpkdYEiiWqLGDh115:37:57
@rosssmyth:matrix.orgrosssmyth

If you can put it on a site with working HTTPS/TLS then yes. But the gist is to do something like

programs.fish.shellInit = ''
  set -gx GIT_CONFIG_SYSTEM /some/path
  ''
15:42:42
@rosssmyth:matrix.orgrosssmyth *

If you can put it on a site with working HTTPS/TLS then yes. But the gist is to do something like

programs.fish.shellInit = ''
  set -gx GIT_CONFIG_SYSTEM /some/path
  '';
15:43:12
@rosssmyth:matrix.orgrosssmyth *

If you can put it on a site with working HTTPS/TLS then yes. But the gist is to do something like

programs.fish.shellInit = ''
  set -gx GIT_CONFIG_SYSTEM /some/path
  '';

Or the equivalent for the shell you use

15:43:26
@common16:matrix.orgcommon16Ah let me try that.15:45:18

Show newer messages


Back to Room ListRoom Version: 9