diff --git a/configuration.nix b/configuration.nix index b2bf0bf..5e04052 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,7 +47,7 @@ iotop iperf jq killall - latencytop linuxPackages.perf lsof + linuxPackages.perf lsof mosh ncdu neofetch nethogs networkmanager nfs-utils nix-du @@ -108,7 +108,7 @@ "cuda_cuxxfilt" "displaylink" "nvidia-persistenced" "nvidia-settings" "nvidia-x11" - "steam" "steam-original" "steam-run" + "steam" "steam-original" "steam-run" "steam-unwrapped" "zerotierone" ]; diff --git a/desktop-configuration.nix b/desktop-configuration.nix index c4e1740..9e04799 100644 --- a/desktop-configuration.nix +++ b/desktop-configuration.nix @@ -8,7 +8,7 @@ # firefox # flutter gimp - gnome.gnome-screenshot + gnome-screenshot guake insomnia # kcachegrind @@ -20,7 +20,7 @@ okular # openhmd pavucontrol - perl536Packages.AppClusterSSH + perlPackages.AppClusterSSH qsynth remmina signal-desktop @@ -41,7 +41,7 @@ ]; fonts.packages = with pkgs; [ - (nerdfonts.override { fonts = [ "DroidSansMono" ]; }) + nerd-fonts.droid-sans-mono ]; hardware.pulseaudio = { diff --git a/flake.lock b/flake.lock index 67fbb85..98f80d6 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1728728052, - "narHash": "sha256-c3a3lFl+dscjyQHgTwZ8cxmn3ZL2haU6pBEpWdYSMcA=", + "lastModified": 1733976205, + "narHash": "sha256-GjNY1VcpItYjU8D4+Maumj9eY06ASF05Q8eZApnRvrY=", "owner": "rycee", "repo": "nur-expressions", - "rev": "8f2c44880171bdb4ddf3d2ab55227259b02e61e2", + "rev": "46f83e2238a7028d4fd9cc266eea47a2dd8ff14b", "type": "gitlab" }, "original": { @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1728726232, - "narHash": "sha256-8ZWr1HpciQsrFjvPMvZl0W+b0dilZOqXPoKa2Ux36bc=", + "lastModified": 1733951607, + "narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "d57112db877f07387ce7104b5ac346ede556d2d7", + "rev": "6e5b2d9e8014b5572e3367937a329e7053458d34", "type": "github" }, "original": { @@ -71,11 +71,11 @@ ] }, "locked": { - "lastModified": 1728285439, - "narHash": "sha256-mfw2ry1p81Ab/O32HQOCQXkPTIbK9eH89o68x8JUb6U=", + "lastModified": 1734022030, + "narHash": "sha256-dcCRyJn6b3kDIzRcAAI22kFBhqchyyRmXL10Kw2BM2E=", "owner": "illustris", "repo": "flake", - "rev": "2950bf28b12c3c2e3582f58f4d656675a7d5d112", + "rev": "90a7b559aaf7dbb7768532a9832eb334017cc043", "type": "github" }, "original": { @@ -106,11 +106,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1728492678, - "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=", + "lastModified": 1733759999, + "narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7", + "rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3e3e152..546f483 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,7 @@ }; illustris = { url = "github:illustris/flake"; + # url = "path:///home/illustris/src/flake"; inputs = { nixpkgs.follows = "nixpkgs"; firefox-addons.follows = "firefox-addons"; diff --git a/networking-configuration.nix b/networking-configuration.nix index f0ed6d2..53fd681 100644 --- a/networking-configuration.nix +++ b/networking-configuration.nix @@ -11,7 +11,10 @@ networkmanager.enable = true; }; services = { - netbird.enable = true; + netbird = { + enable = true; + tunnels.wt0.port = 51821; + }; resolved = { enable = true; # git.sr.ht fails to resolve with dnssec