chore: bump portfolio to `9ac2270`.

main
Joshua Potter 2023-12-30 21:19:36 -05:00
parent 29550d212a
commit 2a222e101c
2 changed files with 3 additions and 2 deletions

View File

@ -73,7 +73,8 @@
}; };
}; };
time.timeZone = "America/Denver"; # time.timeZone = "America/Denver";
time.timeZone = "America/New_York";
virtualisation = { virtualisation = {
libvirtd.enable = true; libvirtd.enable = true;

View File

@ -1,7 +1,7 @@
{ system, ... }: { system, ... }:
let let
portfolio = builtins.getFlake portfolio = builtins.getFlake
"github:jrpotter/portfolio/f9d1f38843a859ec5525a0f03612a2e3769bb442"; "github:jrpotter/portfolio/9ac227048c378d776ffa933c5aecf19db46cf07a";
in in
{ {
services.nginx.virtualHosts."www.jrpotter.com" = { services.nginx.virtualHosts."www.jrpotter.com" = {