wsl tweaks
This commit is contained in:
parent
73a5cb921a
commit
bac7bcb3a4
|
@ -41,15 +41,19 @@
|
||||||
wsl.enable = true;
|
wsl.enable = true;
|
||||||
wsl.defaultUser = "nathan";
|
wsl.defaultUser = "nathan";
|
||||||
|
|
||||||
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
nix.settings.system-features = ["x86_64-linux"];
|
||||||
|
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages = with pkgs; [
|
||||||
with pkgs;
|
];
|
||||||
[
|
|
||||||
];
|
|
||||||
|
|
||||||
time.timeZone = "America/Kentucky/Louisville";
|
time.timeZone = "America/Kentucky/Louisville";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue