modules: update to NixOS 24.11

This commit is contained in:
Erik Arvstedt 2024-12-13 23:21:24 +01:00
parent a3ded4cf74
commit 3ce3a000b2
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@ let
clientBaseConfig = {
imports = [ ../modules/modules.nix ];
system.switch.enable = true;
nixpkgs.pkgs = pkgs;
nix-bitcoin.generateSecrets = true;