chore: updated artiflakery projects

This commit is contained in:
Luj 2025-06-17 13:35:52 +02:00
parent 1fe8889dc0
commit ea0d96596e
2 changed files with 13 additions and 2 deletions

View file

@ -10,6 +10,11 @@
forceSSL = true;
enableACME = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:8090";
};
locations."/ws" = {
proxyWebsockets = true;
proxyPass = "http://localhost:8090";
};
};
@ -100,9 +105,16 @@
flakeref = "git+ssh://forgejo@git.luj.fr/luj/assert-prez.git?ref=main";
access = [
"assert"
"phd"
"julien"
];
};
"slides/2025/chains-april-workshop/" = {
flakeref = "git+ssh://forgejo@git.luj.fr/luj/chains-2025.git?ref=main";
access = [
"public"
];
};
};
};
}

View file

@ -19,7 +19,6 @@
./glance.nix
./syncthing.nix
./artiflakery.nix
"${inputs.unstable}/nixos/modules/services/web-apps/readeck.nix"
];
users.users.julien.linger = true;