Add syncthing to wsl

This commit is contained in:
Nathan McCarty 2023-03-18 14:54:01 -04:00
parent 85572d38f0
commit 51cd84f290
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@
startMenuLaunchers = true; startMenuLaunchers = true;
}; };
security.sudo.enable = true; security.sudo.enable = true;
environment.systemPackages = with pkgs; [ syncthing ];
} }