Finish configuring vm-matrix

This commit is contained in:
Greg Hellings
2024-11-20 00:11:12 -06:00
parent 279f0aba1d
commit 395bfc25bc
4 changed files with 59 additions and 27 deletions
+4
View File
@@ -3,8 +3,12 @@ let
conn = "postgresql:///dendrite?sslmode=disable&host=/run/postgresql";
in
{
imports = [ ./hardware-configuration.nix ];
environment.systemPackages = with pkgs; [ upgrade-pg-cluster ];
boot.loader.grub.devices = [ "/dev/vda" ];
greg = {
tailscale.enable = true;
};