diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 15:41:11 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 15:41:11 -0500 |
| commit | 5c2ffcc0774dbdb7f0d7bd1ff76b1fe65fc54d6b (patch) | |
| tree | e8323b5e0f739f1d92f94a755447507ba745c0a0 /hosts/poweredge/configuration.nix | |
| parent | 6451ea9aee5adb416570e6756402303d0c2e3554 (diff) | |
| download | nixos-5c2ffcc0774dbdb7f0d7bd1ff76b1fe65fc54d6b.tar.xz nixos-5c2ffcc0774dbdb7f0d7bd1ff76b1fe65fc54d6b.zip | |
fix ddns-updater service it works now!
Diffstat (limited to 'hosts/poweredge/configuration.nix')
| -rw-r--r-- | hosts/poweredge/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index 301566c..0119620 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { imports = [ - #./ddns-updater.nix + ./ddns-updater.nix ./fileshares.nix ./networking.nix #./notification-mailer.nix # TODO move some of this stuff to archetype |
