Add üü.ee
This commit is contained in:
parent
037a2be90c
commit
e366e1dec0
3 changed files with 42 additions and 4 deletions
|
@ -41,6 +41,21 @@ in
|
|||
});
|
||||
|
||||
virtualHosts = {
|
||||
"xn--tdaa.ee" = {
|
||||
extraConfig = ''
|
||||
tls {
|
||||
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||
resolvers 1.1.1.1
|
||||
}
|
||||
|
||||
root * ${inputs.xn--tdaa-website}
|
||||
file_server browse {
|
||||
hide .git
|
||||
}
|
||||
'';
|
||||
serverAliases = [ "üü.ee" ];
|
||||
};
|
||||
|
||||
"kaya.ee".extraConfig = ''
|
||||
tls {
|
||||
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||
|
|
25
flake.lock
generated
25
flake.lock
generated
|
@ -226,11 +226,11 @@
|
|||
"nixpkgs": "nixpkgs_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732672456,
|
||||
"narHash": "sha256-A79pwUWY4/LFNrKpbkJUeL9hC2o1U1GmcBL6LYx7I0c=",
|
||||
"lastModified": 1732688645,
|
||||
"narHash": "sha256-SQBVnfTAhVmNs5mKjoe942GykhAh9RQbcqScK9XlsWM=",
|
||||
"owner": "Infinidoge",
|
||||
"repo": "nix-minecraft",
|
||||
"rev": "e5fc40d37086cb7e4f8516cd2b4b88c6edc70398",
|
||||
"rev": "6adec7f87f6c1d455f89f57bd697740bd6dc88fa",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -380,7 +380,8 @@
|
|||
"lastfm-status": "lastfm-status",
|
||||
"nix-minecraft": "nix-minecraft",
|
||||
"nix-minecraft-plugin-upgrade": "nix-minecraft-plugin-upgrade",
|
||||
"nixpkgs": "nixpkgs_7"
|
||||
"nixpkgs": "nixpkgs_7",
|
||||
"xn--tdaa-website": "xn--tdaa-website"
|
||||
}
|
||||
},
|
||||
"rust-overlay": {
|
||||
|
@ -460,6 +461,22 @@
|
|||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"xn--tdaa-website": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1732727153,
|
||||
"narHash": "sha256-w0B5gvhVCc3YyAJtuUsShVuOz9U2JlTzsqaB17KD8Xs=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "b173f5b5cd847fafe5c40204c3ba662d8f1524f6",
|
||||
"revCount": 1,
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@forge.catnip.ee:2222/batteredbunny/xn--tdaa.ee"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "ssh://forgejo@forge.catnip.ee:2222/batteredbunny/xn--tdaa.ee"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
|
|
|
@ -5,11 +5,17 @@
|
|||
lastfm-status.url = "github:BatteredBunny/lastfm-status";
|
||||
nix-minecraft-plugin-upgrade.url = "github:BatteredBunny/nix-minecraft-plugin-upgrade";
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
|
||||
catnip-website = {
|
||||
url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/catnip.ee";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
xn--tdaa-website = {
|
||||
url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/xn--tdaa.ee";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
bsky-website = {
|
||||
url = "git+ssh://forgejo@forge.catnip.ee:2222/batteredbunny/bsky.ee";
|
||||
flake = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue