tangled
alpha
login
or
join now
ladas552.me
/
Flake-ocean
0
fork
atom
My NixOS config Part 3: Flake-Parts Crusaders
nix.ladas552.me
hjem
nix
nixos
impermanence
flake-parts
nvfetcher
niri
noctalia
0
fork
atom
overview
issues
pulls
pipelines
a knot.ladas552.me instead of git.ladas552.me
Ladas552
2 weeks ago
da4547dc
10cf6bbe
+2
-2
1 changed file
expand all
collapse all
unified
split
modules
nixosModules
Server
tangled.nix
+2
-2
modules/nixosModules/Server/tangled.nix
···
24
24
repo.scanPath = "${cfg.stateDir}/repos";
25
25
server = {
26
26
listenAddr = "0.0.0.0:3050";
27
27
-
hostname = "git.ladas552.me";
27
27
+
hostname = "knot.ladas552.me";
28
28
internalListenAddr = "127.0.0.1:5444";
29
29
owner = "did:plc:6ikdlkw64mrjygj6cea62kn4"; # @ladas552.me
30
30
};
···
44
44
45
45
# Reverse proxy
46
46
services.caddy.virtualHosts = {
47
47
-
"git.ladas552.me".extraConfig = ''
47
47
+
"knot.ladas552.me".extraConfig = ''
48
48
handle {
49
49
reverse_proxy http://127.0.0.1:3050
50
50
}