diff options
author | sefidel <contact@sefidel.net> | 2024-01-22 21:50:00 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-01-22 21:50:00 +0900 |
commit | 3ea9ece98d8b92664586fa311186ff5ea3b4e71c (patch) | |
tree | 605470ab15acab7ac7e5c1a5f0bac8eda7535a41 | |
parent | 64ed527fbcaec3ff923b821b787c246ed3dd2796 (diff) | |
download | infra-3ea9ece98d8b92664586fa311186ff5ea3b4e71c.tar.gz infra-3ea9ece98d8b92664586fa311186ff5ea3b4e71c.zip |
chore(default): remove redundant list
-rw-r--r-- | default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix index ee7e2ee..63f1796 100644 --- a/default.nix +++ b/default.nix @@ -2,8 +2,7 @@ with lib; with lib.my; { - imports = [ - ] ++ mapModulesRec' (toString ./modules) import; + imports = mapModulesRec' (toString ./modules) import; networking.useDHCP = mkDefault false; } |