Finish configuring vm-matrix
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user