diff options
author | Linnnus <[email protected]> | 2023-10-02 21:32:27 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-02 21:35:21 +0200 |
commit | b947499fe97fd38853c0483ad65ff3cca4ddbc49 (patch) | |
tree | 8602fd4d1d91b3d0da16d27b27eaa1effeda1554 | |
parent | 458dfb26d92a7b3ab252e8471c1b46ff3a657d0e (diff) |
Add minecraft.linus.onl record
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 19e6912..c4d585f 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -3,7 +3,6 @@ { config, pkgs, - lib, ... }: { imports = [ @@ -46,6 +45,7 @@ package = pkgs.papermc; openFirewall = true; }; + services.cloudflare-dyndns.domains = ["minecraft.linus.onl"]; # Set up dukse server. Det er satme hårdt at være overduksepåmindelsesansvarlig. services.duksebot.enable = true; |