Add host config for monolith

This commit is contained in:
2024-07-11 11:25:10 -07:00
parent 2bacd341cc
commit f23f4f7746
2 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
{ config, lib, pkgs, inputs, ... }:
{
time.timeZone = "America/Los_Angeles";
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
system.stateVersion = "24.05";
}