update cookied input

This commit is contained in:
lilly 2025-03-14 21:46:01 +01:00
parent 496b493efa
commit a53076e076
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
3 changed files with 8 additions and 5 deletions

8
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741898518, "lastModified": 1741984964,
"narHash": "sha256-h8XE0oaEtjtkAdy3+8Ofyuzu1NFYZoQYPpUea85fx7k=", "narHash": "sha256-JKV31h+bDgi394PqoWXZ9asxZ/dTViQJZEpPYHbJhHc=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "b917ac47a393de3c2b7a9c1a225757c6b003124e", "rev": "a39b4a4f83de6826e6e7e55bb230340ec170bf88",
"revCount": 8, "revCount": 9,
"type": "git", "type": "git",
"url": "https://codeberg.org/lilly/cookied.git" "url": "https://codeberg.org/lilly/cookied.git"
}, },

View file

@ -30,7 +30,6 @@ let
fqdnParts = nixpkgs.lib.strings.splitString "." name; fqdnParts = nixpkgs.lib.strings.splitString "." name;
in in
{ {
nixpkgs.overlays = [ flake.inputs.cookied.overlays.default ];
networking.hostName = builtins.head fqdnParts; networking.hostName = builtins.head fqdnParts;
networking.domain = networking.domain =
if ((builtins.length fqdnParts) > 1) then if ((builtins.length fqdnParts) > 1) then

View file

@ -115,6 +115,10 @@ in
name = "domain-name-servers"; name = "domain-name-servers";
data = "10.0.0.2"; data = "10.0.0.2";
} }
{
name = "cookie-servers";
data = "10.0.0.3";
}
]; ];
subnet4 = [ subnet4 = [
{ {