diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:48:49 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:54 -0700 |
| commit | 2667d3877d72f6cf3aa310203262631e43fe6d71 (patch) | |
| tree | 0fe76473fab84687fb145f4b785c233a1083f62c /hosts/copenhagen/configuration.nix | |
| parent | 03d21c96eac95ea2d042366168c2510118ab44a5 (diff) | |
migration: misc copenhagen config
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 - ]; } |