Regenerated
This commit is contained in:
+2
-2
@@ -327,7 +327,7 @@ in
|
||||
* First the nix-files that flake really needs and that do not fit wel in the hierarchical structure
|
||||
** =generated/hosts/traveldroid/traveldroid.nix=
|
||||
#+BEGIN_SRC nix :tangle generated/hosts/traveldroid/traveldroid.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ lib, config, ... }:
|
||||
{ lib, config, inputs,... }:
|
||||
|
||||
# Standaard username
|
||||
let
|
||||
@@ -335,7 +335,7 @@ let
|
||||
|
||||
# Modules directory en switches
|
||||
modulesPath = ./generated/parked;
|
||||
importedModules = import-tree modulesPath;
|
||||
importedModules = inputs.import-tree.importTree modulesPath;
|
||||
moduleSwitches = import ./assets/system/modules.conf;
|
||||
|
||||
# Alleen de ingeschakelde modules
|
||||
|
||||
Reference in New Issue
Block a user