configuration
flake
hosts
_iso
aluminium
astatine
backup-4
beryllium
carbon
configuration.nix
dns.nix
hardware-configuration.nix
mdns.nix
net-dsl.nix
net-gastnetz.nix
net-heimnetz.nix
net-iot.nix
net-lte.nix
net-mgmt.nix
net-printer.nix
net-voip.nix
ntp.nix
ppp.nix
scan-to-gpg.nix
secrets.json
ssh.pub
wg-clerie.nix
clerie-backup
dn42-il-gw1
dn42-il-gw5
dn42-il-gw6
dn42-ildix-clerie
dn42-ildix-service
gatekeeper
hydra-1
hydra-2
krypton
mail-2
monitoring-3
nonat
osmium
palladium
porter
storage-2
tungsten
web-2
zinc
lib
modules
pkgs
profiles
users
.gitignore
README.md
flake.lock
flake.nix
12 lines
190 B
Nix
12 lines
190 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
services.scan-to-gpg = {
|
|
enable = true;
|
|
gpgkey = "${pkgs.clerie-keys}/gpg/clerie@clerie.de.asc";
|
|
};
|
|
|
|
users.users."clerie".extraGroups = [ "scan-to-gpg" ];
|
|
}
|