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