Compare commits

..

No commits in common. "7b7ea46b94b3cb3ec45c453eb4d8d77b5102e7d4" and "2ebb579a90b051983152962bd22082b6d0a0d58c" have entirely different histories.

6 changed files with 4 additions and 60 deletions

View file

@ -1,8 +1,8 @@
name: npins update
on:
schedule:
# Run at 16 o'clock every monday
- cron: "0 16 * * 1"
# Run at 13 o'clock every monday
- cron: "0 13 * * 1"
jobs:
npins_update:

View file

@ -1,4 +1,4 @@
{ config, pkgs, sources, ... }:
{ config, ... }:
let host = "cachix.dgnum.eu";
@ -41,9 +41,6 @@ in {
endpoint = "https://s3.dgnum.eu";
};
};
useFlakeCompatOverlay = false;
package = pkgs.callPackage "${sources.attic}/package.nix" { };
};
nginx = {

View file

@ -9,7 +9,6 @@ lib.extra.mkConfig {
enabledServices = [
# List of services to enable
"castopod"
"eleves"
"metis"
"linkal"
"matterbridge"

View file

@ -1,18 +0,0 @@
{ sources, ... }:
let
host = "eleves.dgnum.eu";
serverAliases = [ ];
in {
services.nginx.virtualHosts.${host} = {
inherit serverAliases;
enableACME = true;
forceSSL = true;
root = "${sources.www-eleves.outPath}/www";
locations."/" = {
tryFiles = "$uri /fr/$uri /en/$uri /fr/index.html";
};
};
}

View file

@ -131,17 +131,6 @@
"name": "nixpkgs-unstable",
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.05pre553710.010c7296f3b1/nixexprs.tar.xz",
"hash": "1h6q7vpy8rwcxfc7l34kvix1rhirgxysn7n0r7ivmwhd9s9rbbw7"
},
"www-eleves": {
"type": "Git",
"repository": {
"type": "Git",
"url": "https://git.dgnum.eu/DGNum/www.eleves.ens.fr.git"
},
"branch": "main",
"revision": "8b3e9e99dbd4b1c6e6cad0dc42b103b5e6f78ef0",
"url": null,
"hash": "0avlgj967wn1w06lqc29cdg9p7msb4y01nbx38kflxgw0f0kysw2"
}
},
"version": 3

View file

@ -1,34 +1,11 @@
{
"nixos-23.11" = [
{
id = 241542;
revert = true;
hash = "sha256-uiRokmJewTLURuQkPWRfb3jgxjaDwfkXntj8PWk6pi8=";
}
{ id = 241542; revert = true; hash = "sha256-uiRokmJewTLURuQkPWRfb3jgxjaDwfkXntj8PWk6pi8="; }
# castopod: 1.6.4 -> 1.7.0 + ajout du support de loadcredentials
{
_type = "static";
path = ./castopod.patch;
}
# forgejo: 1.20.5-1 -> 1.20.6-0 [revert]
{
id = 270697;
revert = true;
hash = "sha256-yJ5IkhlwH0hUsupOeZtTkdvWbMMQK2JKpcIPlKQjkp8=";
}
# forgejo: 1.20.5-1 -> 1.21.1-0
{
id = 270195;
hash = "sha256-c65ENvvGVKrFUzx/rlWVPTsvWY8L4zPH3/lOMwvJyiA=";
}
# forgejo: 1.21.1-0 -> 1.21.2-0
{
id = 273035;
hash = "sha256-bxuXH6KZGdu1yIgyeAHP+K7xGgJ404jSE32saGHf9KM=";
}
];
}