meow
This commit is contained in:
parent
44307a3f6f
commit
b69b80c93f
13 changed files with 237 additions and 123 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue