It builds now.

This commit is contained in:
Jimbo 2024-10-15 02:40:43 -04:00
parent 9c71495c73
commit f3d9e8a188
47 changed files with 577 additions and 401 deletions

View file

@ -1,4 +1,4 @@
{ outputs, config, pkgs, ... }:
{ config, pkgs, ... }:
{
nix = {
settings = {
@ -12,7 +12,9 @@
};
};
time.timeZone = outputs.secrets.timeZone;
nixpkgs.config.allowUnfree = true;
time.timeZone = "America/Toronto";
programs = {
zsh.enable = true;
@ -29,7 +31,6 @@
packages = with pkgs; [ terminus_font ];
};
nixpkgs.config.allowUnfree = true;
hardware.enableRedistributableFirmware = true;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion