mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: add hardware-configuration for winters
This commit is contained in:
parent
b019b1562f
commit
eda67ab40e
6 changed files with 67 additions and 18 deletions
|
|
@ -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}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue