fixing fitbit

This commit is contained in:
2023-11-30 19:57:37 +00:00
parent 8ffdcadc40
commit ce4e7563ea
4 changed files with 8 additions and 252 deletions

View File

@@ -17,10 +17,10 @@
nixpkgs.hostPlatform.system = "x86_64-linux";
networking.hostName = "StuPC-WSL";
services.openssh.enable = true;
custom = {
mullvad.enable = true;
mnt_public.enable = true;
syncthing.enable = true;
wsl.enable = true;
};
# custom = {
# mullvad.enable = true;
# mnt_public.enable = true;
# syncthing.enable = true;
# wsl.enable = true;
# };
}