flake: create common.nix for common options for all hosts
This commit is contained in:
parent
a3edf577dc
commit
1035c45548
3 changed files with 48 additions and 10 deletions
|
@ -36,6 +36,7 @@ inputs: let
|
|||
(flatten (
|
||||
concatLists [
|
||||
(singleton ./${hostname}/default.nix)
|
||||
(singleton ./common.nix)
|
||||
(
|
||||
filter (hasSuffix "module.nix") (
|
||||
map toString (listFilesRecursive ../modules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue