diff --git a/flake.nix b/flake.nix index 9569d47..738cc49 100755 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ }; - outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, bisq1, ... }: { + outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { @@ -25,8 +25,10 @@ }; - nixosModules.Sovran_SystemsOS = { pkgs, ... }: { - + nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: { + + specialArgs = attrs; + imports = [ ./configuration.nix