mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore: updated artiflakery projects
This commit is contained in:
parent
1fe8889dc0
commit
ea0d96596e
2 changed files with 13 additions and 2 deletions
|
@ -10,6 +10,11 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
proxyWebsockets = true;
|
||||||
|
proxyPass = "http://localhost:8090";
|
||||||
|
};
|
||||||
|
locations."/ws" = {
|
||||||
|
proxyWebsockets = true;
|
||||||
proxyPass = "http://localhost:8090";
|
proxyPass = "http://localhost:8090";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -100,9 +105,16 @@
|
||||||
flakeref = "git+ssh://forgejo@git.luj.fr/luj/assert-prez.git?ref=main";
|
flakeref = "git+ssh://forgejo@git.luj.fr/luj/assert-prez.git?ref=main";
|
||||||
access = [
|
access = [
|
||||||
"assert"
|
"assert"
|
||||||
|
"phd"
|
||||||
|
"julien"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
"slides/2025/chains-april-workshop/" = {
|
||||||
|
flakeref = "git+ssh://forgejo@git.luj.fr/luj/chains-2025.git?ref=main";
|
||||||
|
access = [
|
||||||
|
"public"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
./glance.nix
|
./glance.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./artiflakery.nix
|
./artiflakery.nix
|
||||||
"${inputs.unstable}/nixos/modules/services/web-apps/readeck.nix"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.julien.linger = true;
|
users.users.julien.linger = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue