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

View File

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