summaryrefslogtreecommitdiff
path: root/phenex
diff options
context:
space:
mode:
Diffstat (limited to 'phenex')
-rw-r--r--phenex/configuration.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/phenex/configuration.nix b/phenex/configuration.nix
index d774ab0..bd5fe0c 100644
--- a/phenex/configuration.nix
+++ b/phenex/configuration.nix
@@ -34,6 +34,8 @@
../system/users.nix
../system/wireshark.nix
../system/yubikey-gpg.nix
+ ../programs/mtr.nix
+ ../programs/gnupg.nix
];
# Use the GRUB 2 boot loader.
@@ -50,11 +52,6 @@
networking.hostName = "phenex";
- # 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; };
-
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you