summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-11-18 16:00:45 +0100
committerMathias Magnusson <mathias@magnusson.space>2025-11-18 16:00:45 +0100
commit3c214d788e671e867231d30374465f14969c46dd (patch)
tree46d6d89984b6f28960a3d399fb7c7ab4d1b41cb5 /flake.nix
parentc95b2340926c9158f72a8e4a0248ea0d7ac384f0 (diff)
downloadoden-3c214d788e671e867231d30374465f14969c46dd.tar.gz
move ddns setup to hetzner
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a56ed31..166805d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
+ unstable.url = "github:nixos/nixpkgs/nixos-unstable";
disko.url = "github:nix-community/disko/latest";
disko.inputs.nixpkgs.follows = "nixpkgs";
@@ -15,6 +16,7 @@
inputs@{
self,
nixpkgs,
+ unstable,
disko,
impermanence,
agenix,