Add flake enable to module
This commit is contained in:
parent
7feec36673
commit
656fdeef49
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue