This commit is contained in:
2024-09-08 15:44:34 -04:00
parent 0ae86f780c
commit ceaaa5dc2d
2 changed files with 181 additions and 60 deletions

121
.vscode/settings.json vendored
View File

@@ -1,50 +1,171 @@
{ {
"cSpell.words": [ "cSpell.words": [
"aboutwelcome",
"ahci",
"alsa", "alsa",
"asrouter",
"auditd",
"autofetch",
"autopull",
"azuretools",
"bantime", "bantime",
"bitwarden",
"breakpad",
"btop", "btop",
"cachix", "cachix",
"captivedetect",
"cgroupdriver", "cgroupdriver",
"charliermarsh",
"codezombiech",
"compactmode",
"Compat", "Compat",
"contentblocking",
"cookiebanners",
"crlite",
"darkreader",
"datareporting",
"davidanson",
"dconf",
"dearrow",
"debugpy",
"dialout", "dialout",
"diffie",
"direnv",
"dmask",
"dotfiles", "dotfiles",
"drawio",
"eamodio",
"endlessh",
"errorlens",
"esbenp",
"extest", "extest",
"fastforwardteam",
"FASTFOX",
"fileroller",
"findbar",
"fmask",
"formfill",
"foxundermoon",
"FULLSCREEN",
"fxaccounts",
"gamemode", "gamemode",
"gamescope", "gamescope",
"ghdeploy",
"globalprivacycontrol",
"gparted",
"healthreport",
"Heatsink",
"hediet",
"hexeditor",
"hicolor",
"hmac",
"HPKP",
"htmlaboutaddons",
"hwloc", "hwloc",
"iperf", "iperf",
"jnoortheen",
"jsbc",
"libglvnd", "libglvnd",
"libmysqlclient", "libmysqlclient",
"libsodium", "libsodium",
"libssh", "libssh",
"libvirtd", "libvirtd",
"luks",
"lynis", "lynis",
"mangohud", "mangohud",
"markdownlint",
"maxretry", "maxretry",
"maxtime", "maxtime",
"mechatroner",
"mediainfo",
"modesetting",
"mousewheel",
"mtxr",
"ncdu", "ncdu",
"nemo",
"neofetch", "neofetch",
"networkmanager", "networkmanager",
"newtabpage",
"nixos", "nixos",
"nixpkgs", "nixpkgs",
"nmap", "nmap",
"nonsponsored",
"nvme",
"OCSP",
"oderwat",
"optimise",
"optoutstudies",
"overalljails", "overalljails",
"overscroll",
"pbmode",
"pciutils", "pciutils",
"pdfjs",
"peerconnection",
"PESKYFOX",
"pipewire", "pipewire",
"pkgs", "pkgs",
"plugdev", "plugdev",
"privatebrowsing",
"proxychains",
"prusa",
"pulseaudio", "pulseaudio",
"punycode",
"pylance",
"quicksuggest",
"readahead",
"Redistributable",
"referer",
"REFERERS",
"Rhosts",
"ripgrep", "ripgrep",
"rtkit", "rtkit",
"rycee", "rycee",
"safebrowsing",
"schemeless",
"scrollback",
"SECUREFOX",
"sessionstore",
"shellcheck",
"signon",
"Signons",
"skia",
"smartmontools", "smartmontools",
"SMOOTHFOX",
"socialtracking",
"sponsorblock",
"sqltools",
"stdenv", "stdenv",
"subresource",
"substituters", "substituters",
"supermaven",
"tabmanager",
"tamasfe",
"tiktok",
"timonwong",
"topsites",
"topstories",
"twimg",
"uaccess", "uaccess",
"ublock",
"uitour",
"unsubmitted",
"urlbar",
"urlclassifier",
"usbhid",
"usbutils", "usbutils",
"usernamehw",
"userprefs",
"vfat",
"virt",
"virtualisation", "virtualisation",
"vpnpromourl",
"webchannel",
"WEBRTC",
"wireshark", "wireshark",
"xhci",
"yzhang",
"zerotier", "zerotier",
"zerotierone",
"zoxide", "zoxide",
"zstd" "zstd"
] ]

View File

@@ -1,6 +1,7 @@
{ lib, ... }: { lib, ... }:
{ {
services.openssh = { services = {
openssh = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
extraConfig = "StreamLocalBindUnlink yes"; extraConfig = "StreamLocalBindUnlink yes";
@@ -60,7 +61,6 @@
}; };
}; };
services = {
endlessh-go = { endlessh-go = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
port = 22; port = 22;