diff options
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 3f6c089..f8fc2f6 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -14,19 +14,4 @@ ]; }; }; - - programs = { - gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; - }; - - services = { - pcscd.enable = true; - }; - - environment.systemPackages = with pkgs; [ - ffmpeg - ]; } |