This commit is contained in:
parent
75d3736626
commit
e1a08c7246
20 changed files with 44 additions and 48 deletions
|
|
@ -11,10 +11,6 @@ let
|
|||
cfg = config.services.opencloud;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/web-apps/opencloud.nix"
|
||||
];
|
||||
|
||||
# required when using unstable NixOS module
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# for reader used with AusweisApp2
|
||||
# for reader used with ausweisapp
|
||||
services.pcscd.enable = true;
|
||||
services.pcscd.plugins = with pkgs; [
|
||||
ccid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue