diff --git a/oscar/configuration.nix b/oscar/configuration.nix index 1f624ee..2c3f126 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -226,6 +226,17 @@ signing.key = null; # "let GnuPG decide what signing key to use depending on commit's author" }; + programs.ssh = { + enable = true; + addKeysToAgent = "yes"; + matchBlocks = { + bigbird = { + user = "root"; + }; + }; + extraConfig = ""; + }; + programs.firefox = { enable = true; # profiles = {