aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/opendmarc/flake.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-08-30 23:14:00 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-09-30 00:42:52 +0200
commit1009efb436c36100bfcc5ad9597b106198fb6764 (patch)
tree316ec37ac861aa125845479091f85011210840f6 /flakes/private/opendmarc/flake.nix
parent56cfbfb0d8534122d1eaf45ef945d8010f831133 (diff)
downloadNix-1009efb436c36100bfcc5ad9597b106198fb6764.tar.gz
Nix-1009efb436c36100bfcc5ad9597b106198fb6764.tar.zst
Nix-1009efb436c36100bfcc5ad9597b106198fb6764.zip
Remove libspf2 flake for stock one
Diffstat (limited to 'flakes/private/opendmarc/flake.nix')
-rw-r--r--flakes/private/opendmarc/flake.nix5
1 files changed, 1 insertions, 4 deletions
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 @@
5 }; 5 };
6 inputs.nix-lib.url = "github:NixOS/nixpkgs"; 6 inputs.nix-lib.url = "github:NixOS/nixpkgs";
7 7
8 # Necessary for dependencies
9 inputs.nixpkgs.follows = "opendmarc/nixpkgs";
10
11 description = "Private configuration for opendmarc"; 8 description = "Private configuration for opendmarc";
12 outputs = { self, nix-lib, opendmarc, nixpkgs }: 9 outputs = { self, nix-lib, opendmarc }:
13 let 10 let
14 cfg = name': { config, lib, pkgs, name, ... }: lib.mkIf (name == name') { 11 cfg = name': { config, lib, pkgs, name, ... }: lib.mkIf (name == name') {
15 users.users."${config.services.opendmarc.user}".extraGroups = [ "keys" ]; 12 users.users."${config.services.opendmarc.user}".extraGroups = [ "keys" ];