mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
wsl tailscale off
This commit is contained in:
+1
-9
@@ -14,15 +14,7 @@ let
|
||||
nixos-wsl.nixosModules.default
|
||||
self.nixosModules.default
|
||||
];
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
supportedLocales = [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"ru_RU.UTF-8/UTF-8"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
#zramSwap.enable = true;
|
||||
services = {
|
||||
journald = {
|
||||
|
||||
@@ -9,7 +9,6 @@ let
|
||||
in
|
||||
{
|
||||
programs = {
|
||||
fastfetch.enable = true;
|
||||
btop.enable = true;
|
||||
mangohud.enable = true;
|
||||
keepassxc.enable = true;
|
||||
@@ -69,7 +68,7 @@ in
|
||||
nextcloud-client
|
||||
|
||||
# (handbrake.overrideAttrs (old: {
|
||||
# configureFlags = old.configureFlags ++ [ "--enable-amf" ];
|
||||
# configureFlags = old.configureFlags ++ [ "--enable-vce" ];
|
||||
# buildInputs = old.buildInputs ++ [
|
||||
# pkgs.amf
|
||||
# pkgs.ffmpeg-full
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
# Base
|
||||
curl
|
||||
efibootmgr
|
||||
# efibootmgr
|
||||
fd
|
||||
fdupes
|
||||
fzf
|
||||
@@ -33,8 +33,8 @@
|
||||
lsof
|
||||
mc
|
||||
pciutils
|
||||
rsync
|
||||
usbutils
|
||||
rsync
|
||||
wget
|
||||
|
||||
# Monitoring
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
}:
|
||||
{
|
||||
services = {
|
||||
tailscale.enable = true;
|
||||
tailscale.enable = !(config.wsl.enable or false); # true, if not wsl
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user