]> gitweb.ps.run Git - flake_server/blobdiff - configuration.nix
enable mosh
[flake_server] / configuration.nix
index b2563ba930b56762eac2e6bce9c50d06ebc0967b..8227bbba8af92867621631abf5e3afc67d1449cb 100644 (file)
@@ -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.
     btop htop
     systemctl-tui
     tmux
+    md4c
 
     pkg-config
   ];
   };
   services.qemuGuest.enable = true;
   # virtualisation.qemu.guestAgent.enable = true;
+  programs.mosh.enable = true;
 
   services.caddy = {
     enable = true;
       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;