gr: use current timezone

This commit is contained in:
Sridhar Ratnakumar 2024-06-02 11:54:04 -04:00
parent 63ed8d6d42
commit a2e3804958
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,3 @@
{ config, pkgs, lib, ... }:
let
domain = "pad.srid.ca";
port = 9112;

View file

@ -1,4 +1,4 @@
{ flake, pkgs, lib, ... }:
{ flake, ... }:
let
inherit (flake) inputs;
@ -10,6 +10,7 @@ in
"${self}/nixos/disko/trivial.nix"
"${self}/nixos/parallels-vm.nix"
"${self}/nixos/nix.nix"
"${self}/nixos/current-location.nix"
"${self}/nixos/self/primary-as-admin.nix"
"${self}/nixos/server/harden/basics.nix"
"${self}/clusters/github-runner/nixos-module.nix"