diff --git a/flake.lock b/flake.lock index dbf323e..1b74d05 100755 --- a/flake.lock +++ b/flake.lock @@ -417,11 +417,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1729413321, - "narHash": "sha256-I4tuhRpZFa6Fu6dcH9Dlo5LlH17peT79vx1y1SpeKt0=", + "lastModified": 1729665710, + "narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1997e4aa514312c1af7e2bda7fad1644e778ff26", + "rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 54dd3e4..6df2a79 100755 --- a/flake.nix +++ b/flake.nix @@ -17,18 +17,18 @@ }; - outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }@attrs: { + outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system ="x86_64-linux"; - - specialArgs = attrs; }; - nixosModules.Sovran_SystemsOS = { pkgs, ... }: { + nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: { + specialArgs = attrs; + imports = [ ./configuration.nix