This commit is contained in:
Lucy Hochkamp 2025-04-11 15:34:25 +02:00
parent 44307a3f6f
commit b69b80c93f
No known key found for this signature in database
13 changed files with 237 additions and 123 deletions

View file

@ -12,6 +12,7 @@
{ ... }:
{
xyno.git.enable = true;
xyno.borgmatic.enable = true;
home.packages = [
# work
pkgs.jetbrains.rider
@ -39,11 +40,13 @@
environment.systemPackages = with pkgs; [
aerc
jabref
inputs.iamb.packages.${pkgs.system}.default
glib # rider wants gsettings
(pkgs.writeShellScriptBin "sudo" "run0 $@")
];
time.timeZone = "Europe/Berlin";
networking.firewall.allowedTCPPorts = [ 1880 2021 ];
networking.firewall.allowedUDPPorts = [ 1880 2021 ];
services.tailscale.enable = true;
services.tailscale.useRoutingFeatures = "client";