From 965de98adb337b949688b2407e9a7f4addf94722 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 19 May 2026 22:05:42 +0200 Subject: [PATCH 1/3] feature(vpn): add protonvpn to neon --- hosts/neon/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index 458c32f..71644ee 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -13,6 +13,7 @@ ../../modules/nixos/noctalia.nix ../../modules/nixos/openssh.nix ../../modules/nixos/packages.nix + ../../modules/nixos/protonvpn.nix ../../modules/nixos/sddm.nix ../../modules/nixos/services.nix ../../modules/nixos/settings.nix From 45ae50d7a51bc3967b4709fd2441107b40675e03 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 19 May 2026 22:26:49 +0200 Subject: [PATCH 2/3] chore: update flake --- flake.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 4b871dc..839597a 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ ] }, "locked": { - "lastModified": 1775087534, - "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=", + "lastModified": 1778716662, + "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b", + "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb", "type": "github" }, "original": { @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1777647296, - "narHash": "sha256-B2dllLZyocJ9fN4io22eadYPWynvAdRq/zC2NSjw52k=", + "lastModified": 1779213149, + "narHash": "sha256-Cf+p/T4Z3n9Sw0TiR3kQaIwQI+/hfvLJcoTzeq6yS3E=", "owner": "nix-community", "repo": "home-manager", - "rev": "d181e6ac2ad01e50c914220d7478fed50b1dbf68", + "rev": "bd868f769a69d3b6091a1da68a75cb83a181033c", "type": "github" }, "original": { @@ -43,11 +43,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1777268161, - "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=", + "lastModified": 1778869304, + "narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76", + "rev": "d233902339c02a9c334e7e593de68855ad26c4cb", "type": "github" }, "original": { @@ -66,11 +66,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1777236345, - "narHash": "sha256-ALOqlq7bE30lsX4rA76hXeQ2aLLEpb44hS+D1+jWS88=", + "lastModified": 1779199181, + "narHash": "sha256-8x/CeqkYNAAOY+Pa5Huyh0aiUmFcOUAyq3VdYxHb5K4=", "owner": "nix-community", "repo": "nixvim", - "rev": "a67d9cd6ff725a763afe88727aac73208ded3bf4", + "rev": "13ba3f7ca9da3d49e959745f6d0d1e7a662c1984", "type": "github" }, "original": { @@ -87,11 +87,11 @@ "noctalia-qs": "noctalia-qs" }, "locked": { - "lastModified": 1777427472, - "narHash": "sha256-kqcfLdxb+CqTroMErCScvx6YQcZYJcf6X+z5I8kBJK8=", + "lastModified": 1779125269, + "narHash": "sha256-vMF9Hd5/UoLggIJcLKK/oC1SnxoQdgIaUMdVB48zQ7A=", "owner": "noctalia-dev", "repo": "noctalia-shell", - "rev": "9f8dd48c8df5ab1f7f87ddf9842627e1e5682186", + "rev": "da95089dfe5148ee7fb33b3faa314e86de1e6f25", "type": "github" }, "original": { @@ -110,11 +110,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1777380063, - "narHash": "sha256-q5mWOEICcZzr+KnjIwDHV9EXiBxOC9cnBpxZbDAViU8=", + "lastModified": 1778983195, + "narHash": "sha256-hE3EFK5GoSdbO5WHZ8bZDUVYkofbDLQN/KK25z7IOOI=", "owner": "noctalia-dev", "repo": "noctalia-qs", - "rev": "8742a7a748c43bf44eb6862a8ebd3591ed71502d", + "rev": "4116b41cdc89e186be7cb8b24a9b6022af95d742", "type": "github" }, "original": { From af42bdc7a303055b41f84cd85b9ccf5a1de7e3ae Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 21 May 2026 11:14:55 +0200 Subject: [PATCH 3/3] feature(nix): add wheel and root to the list of trusted users --- modules/nixos/settings.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nixos/settings.nix b/modules/nixos/settings.nix index cf3bfb3..7ef1993 100644 --- a/modules/nixos/settings.nix +++ b/modules/nixos/settings.nix @@ -31,6 +31,9 @@ options = "--delete-older-than 7d"; }; }; + + # add trusted users (able to modify the nix store) + nix.settings.trusted-users = [ "root" "@wheel" ]; # allow unfree packages (steam, protonvpn, discord, etc.) nixpkgs.config.allowUnfree = true;