Compare commits

..

3 commits

Author SHA1 Message Date
61deabc2dd
flake.lock: update
All checks were successful
/ check (push) Successful in 1m17s
2023-10-07 22:00:10 -04:00
85bd2b5da1
sakura: remove cloudflare ddns 2023-10-07 22:00:03 -04:00
35799193f5
sakura: remove cloudflareddns 2023-10-07 21:59:47 -04:00
3 changed files with 13 additions and 23 deletions

View file

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

View file

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

View file

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