Add yoga to tinc

This commit is contained in:
Natsu Kagami 2024-07-23 18:26:27 +02:00
parent 38c7afa96f
commit fec7f40440
Signed by: nki
GPG key ID: 55A032EB38B49ADB
5 changed files with 53 additions and 6 deletions

View file

@ -15,6 +15,18 @@
../modules/services/edns
];
# Secrets
sops.defaultSopsFile = ./secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
## tinc
sops.secrets."tinc-private-key" = { };
services.my-tinc = {
enable = true;
hostName = "yoga";
ed25519PrivateKey = config.sops.secrets."tinc-private-key".path;
};
services.xserver.desktopManager.plasma6.enable = true;
# Power Management