Extract modules from roles

This commit is contained in:
Fabian Hauser 2020-11-28 22:14:34 +00:00
parent 120e6e66b5
commit 0a5c15105b
14 changed files with 9 additions and 22 deletions

View file

@ -2,6 +2,8 @@
{ config, lib, pkgs, ... }:
{
imports = [ ../../modules ];
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false;