From d87872eae2b72e3f970a6f38565c77a14db226a2 Mon Sep 17 00:00:00 2001 From: Chris Montgomery Date: Thu, 30 May 2024 23:03:31 -0400 Subject: [PATCH] fixup! wtf: wtf --- nixos/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/default.nix b/nixos/default.nix index 634000e7..96c6e504 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -48,10 +48,7 @@ let sops-nix.nixosModules.sops (initSystemModule { inherit hostName; }) - (initNixpkgsModule { - inherit overlays; - allowUnfree = [ "1password-cli" ]; - }) + (initNixpkgsModule { inherit allowUnfree overlays; }) { home-manager = {