Add basic fudo.live config

This commit is contained in:
niten 2023-11-29 12:24:12 -08:00
parent 7e529bd946
commit 2702e5b50f
3 changed files with 15 additions and 8 deletions

6
domains/fudo.live.nix Normal file
View File

@ -0,0 +1,6 @@
{
admin-email = "admin@fudo.org";
primary-nameserver = "germany";
primary-mailserver = "germany";
zone = "fudo.live";
}

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"fudo-lib": { "fudo-lib": {
"locked": { "locked": {
"lastModified": 1695450044, "lastModified": 1701117898,
"narHash": "sha256-o73ia/vQjo51yVcnyA9xdSif45HxXPgU3Gq8OCDlcbY=", "narHash": "sha256-tw8fml3PTK4lJNd79ZBbzR5nnepoXHX1i/hFpKjWsyU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "49009f67e7ac58c1ed088629837d42469104c5c8", "rev": "cf4b24da9941d208ff67868f52b2b1c97313e380",
"revCount": 149, "revCount": 178,
"type": "git", "type": "git",
"url": "https://git.fudo.org/fudo-nix/lib.git" "url": "https://git.fudo.org/fudo-nix/lib.git"
}, },
@ -17,10 +17,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1695559356, "lastModified": 1699291058,
"narHash": "sha256-kXZ1pUoImD9OEbPCwpTz4tHsNTr4CIyIfXb3ocuR8sI=", "narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=",
"path": "/nix/store/dn5wzc9a8hrpml66i6kz5f3q6dr3jjmk-source", "path": "/nix/store/3s69yxbbl116zwga3i6cy7prplywq0bn-source",
"rev": "261abe8a44a7e8392598d038d2e01f7b33cf26d0", "rev": "41de143fda10e33be0f47eab2bfe08a50f234267",
"type": "path" "type": "path"
}, },
"original": { "original": {

1
zones/fudo.live.nix Normal file
View File

@ -0,0 +1 @@
{ gssapi-realm = "FUDO.ORG"; }