oscar: Add home-manager ssh config
This commit is contained in:
parent
ab8019390f
commit
85940f0474
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue