diff options
Diffstat (limited to '')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index b0a02580..59720c76 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -9,6 +9,7 @@ shell_library, sysLib, nixLib, + baseLib, templates, # modules home-manager, @@ -50,6 +51,7 @@ shell_library sysLib nixLib + baseLib # extra information system # modules |