update inputs

This commit is contained in:
illustris 2024-12-12 22:18:02 +05:30
parent d6dff2a5da
commit 2722b4b7d0
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3
5 changed files with 22 additions and 18 deletions

View File

@ -47,7 +47,7 @@
iotop iperf iotop iperf
jq jq
killall killall
latencytop linuxPackages.perf lsof linuxPackages.perf lsof
mosh mosh
ncdu neofetch nethogs networkmanager nfs-utils ncdu neofetch nethogs networkmanager nfs-utils
nix-du nix-du
@ -108,7 +108,7 @@
"cuda_cuxxfilt" "cuda_cuxxfilt"
"displaylink" "displaylink"
"nvidia-persistenced" "nvidia-settings" "nvidia-x11" "nvidia-persistenced" "nvidia-settings" "nvidia-x11"
"steam" "steam-original" "steam-run" "steam" "steam-original" "steam-run" "steam-unwrapped"
"zerotierone" "zerotierone"
]; ];

View File

@ -8,7 +8,7 @@
# firefox # firefox
# flutter # flutter
gimp gimp
gnome.gnome-screenshot gnome-screenshot
guake guake
insomnia insomnia
# kcachegrind # kcachegrind
@ -20,7 +20,7 @@
okular okular
# openhmd # openhmd
pavucontrol pavucontrol
perl536Packages.AppClusterSSH perlPackages.AppClusterSSH
qsynth qsynth
remmina remmina
signal-desktop signal-desktop
@ -41,7 +41,7 @@
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "DroidSansMono" ]; }) nerd-fonts.droid-sans-mono
]; ];
hardware.pulseaudio = { hardware.pulseaudio = {

24
flake.lock generated
View File

@ -9,11 +9,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1728728052, "lastModified": 1733976205,
"narHash": "sha256-c3a3lFl+dscjyQHgTwZ8cxmn3ZL2haU6pBEpWdYSMcA=", "narHash": "sha256-GjNY1VcpItYjU8D4+Maumj9eY06ASF05Q8eZApnRvrY=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "8f2c44880171bdb4ddf3d2ab55227259b02e61e2", "rev": "46f83e2238a7028d4fd9cc266eea47a2dd8ff14b",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -45,11 +45,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728726232, "lastModified": 1733951607,
"narHash": "sha256-8ZWr1HpciQsrFjvPMvZl0W+b0dilZOqXPoKa2Ux36bc=", "narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d57112db877f07387ce7104b5ac346ede556d2d7", "rev": "6e5b2d9e8014b5572e3367937a329e7053458d34",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728285439, "lastModified": 1734022030,
"narHash": "sha256-mfw2ry1p81Ab/O32HQOCQXkPTIbK9eH89o68x8JUb6U=", "narHash": "sha256-dcCRyJn6b3kDIzRcAAI22kFBhqchyyRmXL10Kw2BM2E=",
"owner": "illustris", "owner": "illustris",
"repo": "flake", "repo": "flake",
"rev": "2950bf28b12c3c2e3582f58f4d656675a7d5d112", "rev": "90a7b559aaf7dbb7768532a9832eb334017cc043",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -106,11 +106,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728492678, "lastModified": 1733759999,
"narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=", "narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7", "rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -9,6 +9,7 @@
}; };
illustris = { illustris = {
url = "github:illustris/flake"; url = "github:illustris/flake";
# url = "path:///home/illustris/src/flake";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
firefox-addons.follows = "firefox-addons"; firefox-addons.follows = "firefox-addons";

View File

@ -11,7 +11,10 @@
networkmanager.enable = true; networkmanager.enable = true;
}; };
services = { services = {
netbird.enable = true; netbird = {
enable = true;
tunnels.wt0.port = 51821;
};
resolved = { resolved = {
enable = true; enable = true;
# git.sr.ht fails to resolve with dnssec # git.sr.ht fails to resolve with dnssec