Add host config for monolith
This commit is contained in:
parent
2bacd341cc
commit
f23f4f7746
2 changed files with 17 additions and 3 deletions
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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue