useable wireguard
This commit is contained in:
parent
6e36ac0d38
commit
bd0508bd75
2 changed files with 3 additions and 0 deletions
|
@ -83,4 +83,6 @@ precmd_user_func = "title"
|
|||
security.sudo.extraConfig = ''
|
||||
Defaults env_keep+=SSH_AUTH_SOCK
|
||||
'';
|
||||
|
||||
services.resolved.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.wireguard.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireguard
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue