Add host config for monolith
This commit is contained in:
11
hosts/monolith/default.nix
Normal file
11
hosts/monolith/default.nix
Normal 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";
|
||||
}
|
Reference in New Issue
Block a user