Compare commits

..

No commits in common. "61deabc2dd65181a80fc82e94eb2ba22eced5b52" and "005f45bfab21a7c463847ac4d10e172387836700" have entirely different histories.

3 changed files with 23 additions and 13 deletions

View file

@ -139,11 +139,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696635169, "lastModified": 1696371324,
"narHash": "sha256-gOjLe7maQ58erN/9ykb6d2ePAU7QAT1D8u7qin9gt+c=", "narHash": "sha256-0ycIheYRxzPOL9XBWiAm/af9cqRmsiy701OpjsRsKiw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b2a2133c9a0b0aa4d06d72b5891275f263ee08df", "rev": "e63c30fe9792b57dea1eab98be6871a0e42a33c9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -163,11 +163,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1696690533, "lastModified": 1696367817,
"narHash": "sha256-qFqBLiNefLsnwu/19Xxsn+UienE1Wde+3doY1MRGeJ4=", "narHash": "sha256-r16HUij8M3c0JMLLPaLdRJLHlSBhtVBWsR2+JZSW1B8=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "728a8bb48e0f7de1cbe1ad13fb469754c3d0bc97", "rev": "d61e4f9ad75d51f15eac6bced13439899d66a950",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -369,11 +369,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1696604326, "lastModified": 1696193975,
"narHash": "sha256-YXUNI0kLEcI5g8lqGMb0nh67fY9f2YoJsILafh6zlMo=", "narHash": "sha256-mnQjUcYgp9Guu3RNVAB2Srr1TqKcPpRXmJf4LJk6KRY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "87828a0e03d1418e848d3dd3f3014a632e4a4f64", "rev": "fdd898f8f79e8d2f99ed2ab6b3751811ef683242",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -530,18 +530,18 @@
"flake": false, "flake": false,
"locked": { "locked": {
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"lastModified": 1696410538, "lastModified": 1696255886,
"narHash": "sha256-ecDhdYLXWHsxMv+EWG36mCNDvzRbu9qfjH7dLxL7aGM=", "narHash": "sha256-0KZfiqqREousitBgG1mkzKmmNX4tjOIWdbBm6MvRCjQ=",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "3406c1b17a4a7e6d4e2a7d9c1176affa72bce1bc", "rev": "5ef42e8e8adece098848fac53c721b6eb3818fc2",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "3406c1b17a4a7e6d4e2a7d9c1176affa72bce1bc", "rev": "5ef42e8e8adece098848fac53c721b6eb3818fc2",
"type": "gitlab" "type": "gitlab"
} }
}, },

View file

@ -0,0 +1,9 @@
_: {
sops.secrets.cloudflareddns = {};
virtualisation.oci-containers.containers.cloudflareddns = {
image = "oznu/cloudflare-ddns";
environmentFiles = [
/run/secrets/cloudflareddns
];
};
}

View file

@ -9,6 +9,7 @@
./grafana.nix ./grafana.nix
./vaultwarden.nix ./vaultwarden.nix
./conduit.nix ./conduit.nix
./cloudflareddns.nix
./tailscale.nix ./tailscale.nix
]; ];
} }