mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 05:36:11 +01:00
ssh and vscode
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -42,7 +44,7 @@
|
||||
programs.mtr.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
enableSSHSupport = false;
|
||||
settings = {
|
||||
max-cache-ttl = 60480000;
|
||||
default-cache-ttl = 60480000;
|
||||
|
||||
@@ -11,4 +11,5 @@
|
||||
UseDns = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user