nixos-module: break by setting config

This commit is contained in:
Astro 2021-03-22 21:32:55 +01:00
parent 72830ddc21
commit 0a5ebd7f49
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let
hostConfig = lib.config.site.hosts.${hostName}; hostConfig = lib.config.site.hosts.${hostName};
in { in {
imports = [ imports = [
#{ config = self.lib.config; } { config = self.lib.config; }
./defaults.nix ./defaults.nix
../lib/config/options.nix ../lib/config/options.nix
]; ];