1
1
Fork 0

Add flake enable to module

This commit is contained in:
Tim Van Baak 2023-08-02 02:19:18 +00:00
parent 7feec36673
commit 656fdeef49
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ in {
config = mkMerge [ config = mkMerge [
{ {
networking.hostName = cfg.hostName; networking.hostName = cfg.hostName;
nix.extraOptions = "experimental-features = nix-command flakes";
} }
(mkIf cfg.defaults.time { (mkIf cfg.defaults.time {
time.timeZone = "UTC"; time.timeZone = "UTC";