X-Git-Url: https://gitweb.ps.run/flake_server/blobdiff_plain/9ed9b64536d17cc1063077922053ba5bcfd4c9fb..fff3d136b792e85de28b9a3aa4a4686d18092e90:/configuration.nix?ds=inline diff --git a/configuration.nix b/configuration.nix index b2563ba..8227bbb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,7 +31,7 @@ allowReboot = true; }; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "pschdev"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. @@ -102,6 +102,7 @@ btop htop systemctl-tui tmux + md4c pkg-config ]; @@ -153,6 +154,7 @@ }; services.qemuGuest.enable = true; # virtualisation.qemu.guestAgent.enable = true; + programs.mosh.enable = true; services.caddy = { enable = true; @@ -217,6 +219,10 @@ configText = '' scan-path=/srv/git robots=noindex, nofollow + readme=:readme.md + about-filter=${pkgs.writeShellScript "markdown" '' + ${pkgs.md4c}/bin/md2html --github --ftables + ''} ''; }; gitweb.enable = true;