diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 12:35:46 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | bd43b5fa64235b2145cdeeb7409cd11636e7754e (patch) | |
| tree | 3cccd74c6da84e4ee9f22f6025803a704eb84d69 /hosts/c-pc/configuration.nix | |
| parent | f94a9071e7ccad349af26add593e855cd9f88f32 (diff) | |
migration: gpg-agent
Diffstat (limited to 'hosts/c-pc/configuration.nix')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index acf8ab2..eccae16 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -27,17 +27,7 @@ }; }; - programs = { - gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; - - dconf.enable = true; - }; - services = { - pcscd.enable = true; printing.enable = true; hardware.openrgb.enable = true; |