This commit is contained in:
2023-02-22 14:29:51 -05:00
parent 1a4ee9b576
commit 9f4985cb25
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
, sops-nix , sops-nix
, inputs , inputs
, nixos-hardware , nixos-hardware
, home-manager
, nix , nix
, ... , ...
}: }:
@@ -26,6 +27,7 @@ let
documentation.info.enable = false; documentation.info.enable = false;
}) })
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager
]; ];
} }
]; ];

View File

@@ -3,6 +3,7 @@
, nixpkgs , nixpkgs
, sops-nix , sops-nix
, deploy , deploy
, home-manager
, ... , ...
} @ inputs: } @ inputs:
(flake-utils.lib.eachDefaultSystem (system: (flake-utils.lib.eachDefaultSystem (system: