mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
Initial commit unclean
This commit is contained in:
16
modules/server/ddclient.nix
Normal file
16
modules/server/ddclient.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, config, lib, inputs, ...}:
|
||||
|
||||
{
|
||||
|
||||
imports =
|
||||
[
|
||||
#inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
# also one can access the path and then cat it
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
configFile = config.sops.templates."ddclient-temp".path;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user