From ba80ec150aa7cf4bbc3cd722bf6a7fbdd62cd86f Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sun, 4 Feb 2024 12:25:03 +0100 Subject: [PATCH 1/2] dregil: Disable system-wide gpg-agent --- hosts/dregil/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index c759fab..ecf5d81 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -88,10 +88,11 @@ in { # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; + + # programs.gnupg.agent = { + # enable = true; + # enableSSHSupport = true; + # }; programs.neovim = { enable = true; }; From 755a294df63ca4b9f6faf04abb939caec87bc06c Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sun, 4 Feb 2024 12:25:47 +0100 Subject: [PATCH 2/2] dregil: Remove NixOS tags --- hosts/dregil/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index ecf5d81..227d8e1 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -118,8 +118,6 @@ in { # accidentally delete configuration.nix. # system.copySystemConfiguration = true; - system.nixos.tags = [ "HiDPI" "nvidia-only" ]; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave