feat: add hardware-configuration for winters

This commit is contained in:
Swarsel 2024-09-23 22:40:03 +02:00
parent b019b1562f
commit eda67ab40e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 67 additions and 18 deletions

View file

@ -4,10 +4,11 @@
lego
];
users.users.acme = { };
# users.users.acme = {};
sops = {
secrets.dnstokenfull = { owner = "acme"; };
# secrets.dnstokenfull = { owner = "acme"; };
secrets.dnstokenfull = { };
templates."certs.secret".content = ''
CF_DNS_API_TOKEN=${config.sops.placeholder.dnstokenfull}
'';

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
sops = {
age.sshKeyPaths = [ "/etc/ssh/sops" ];