Fix nixfmt

This commit is contained in:
Fabian Hauser 2020-11-29 13:04:45 +00:00
parent 155c01b9c1
commit e8f2a29484
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@
{
imports = [ ../../modules ];
nixpkgs.overlays = [(import ../../overlays)];
nixpkgs.overlays = [ (import ../../overlays) ];
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false;