Skip to content

Commit d87872e

Browse files
committed
fixup! wtf: wtf
1 parent 1f93ee3 commit d87872e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nixos/default.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ let
4848
sops-nix.nixosModules.sops
4949

5050
(initSystemModule { inherit hostName; })
51-
(initNixpkgsModule {
52-
inherit overlays;
53-
allowUnfree = [ "1password-cli" ];
54-
})
51+
(initNixpkgsModule { inherit allowUnfree overlays; })
5552

5653
{
5754
home-manager = {

0 commit comments

Comments
 (0)