1
0
Fork 0

hosts/zinc: make sudo not require a password

This commit is contained in:
clerie 2023-09-23 19:36:27 +02:00
parent e90cde3c14
commit 7ca735fa6d
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
networking.hostName = "zinc";
security.sudo.wheelNeedsPassword = lib.mkForce false;
services.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];