diff --git a/flake.nix b/flake.nix index 6e13511..985831d 100644 --- a/flake.nix +++ b/flake.nix @@ -12,13 +12,14 @@ outputs = { nixpkgs, home-manager, + sops-nix, ... } @ inputs: { nixosConfigurations = { Parzival-Mobile = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; - nixpkgs = import nixpkgs { + pkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };