❄️ Dotfiles for our NixOS system configuration.

chore(services): test

Chloe 6124dda3 9558afb1

Changed files
-7
services
lanyard
outline
-2
services/lanyard/default.nix
···
reverse_proxy http://127.0.0.1:4001
'';
};
-
-
settings.firewall.allowedTCPPorts = [ 4001 ];
}
···
reverse_proxy http://127.0.0.1:4001
'';
};
}
-5
services/outline/default.nix
···
reverse_proxy http://localhost:9000
'';
};
-
-
settings.firewall.allowedTCPPorts = [
-
3300
-
9000
-
];
}
···
reverse_proxy http://localhost:9000
'';
};
}