From 1009efb436c36100bfcc5ad9597b106198fb6764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 30 Aug 2021 23:14:00 +0200 Subject: Remove libspf2 flake for stock one --- flakes/private/opendmarc/flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'flakes/private/opendmarc/flake.nix') diff --git a/flakes/private/opendmarc/flake.nix b/flakes/private/opendmarc/flake.nix index 3d500a2..ae96c30 100644 --- a/flakes/private/opendmarc/flake.nix +++ b/flakes/private/opendmarc/flake.nix @@ -5,11 +5,8 @@ }; inputs.nix-lib.url = "github:NixOS/nixpkgs"; - # Necessary for dependencies - inputs.nixpkgs.follows = "opendmarc/nixpkgs"; - description = "Private configuration for opendmarc"; - outputs = { self, nix-lib, opendmarc, nixpkgs }: + outputs = { self, nix-lib, opendmarc }: let cfg = name': { config, lib, pkgs, name, ... }: lib.mkIf (name == name') { users.users."${config.services.opendmarc.user}".extraGroups = [ "keys" ]; -- cgit v1.2.3