chore: bump portfolio to `9ac2270`.
parent
29550d212a
commit
2a222e101c
|
@ -73,7 +73,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
time.timeZone = "America/Denver";
|
||||
# time.timeZone = "America/Denver";
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ system, ... }:
|
||||
let
|
||||
portfolio = builtins.getFlake
|
||||
"github:jrpotter/portfolio/f9d1f38843a859ec5525a0f03612a2e3769bb442";
|
||||
"github:jrpotter/portfolio/9ac227048c378d776ffa933c5aecf19db46cf07a";
|
||||
in
|
||||
{
|
||||
services.nginx.virtualHosts."www.jrpotter.com" = {
|
||||
|
|
Loading…
Reference in New Issue