This commit is contained in:
Aaron Bieber 2023-06-05 18:19:17 -06:00
parent 0d85626eeb
commit 2a08d624e8
No known key found for this signature in database

View File

@ -116,7 +116,8 @@ in {
${pkgs.outils}/bin/rdate pool.ntp.org ${pkgs.outils}/bin/rdate pool.ntp.org
''; '';
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
} else {}; } else
{ };
programs = { programs = {
zsh.enable = true; zsh.enable = true;