wip: dns stub
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./hardware-configuration.nix
|
||||
# ./atproto.nix
|
||||
./auto-update.nix
|
||||
./dns.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
age.secrets.dns-creds = {
|
||||
file = ../../secrets/dns-creds.age;
|
||||
mode = "0400";
|
||||
owner = "root";
|
||||
};
|
||||
|
||||
# DNS credentials are available at: config.age.secrets.dns-creds.path
|
||||
# which resolves to /run/agenix/dns-creds
|
||||
}
|
||||
Reference in New Issue
Block a user