flake: create common.nix for common options for all hosts

This commit is contained in:
Charlie Root 2025-03-03 15:56:59 +01:00
commit 1035c45548
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
3 changed files with 48 additions and 10 deletions

View file

@ -36,6 +36,7 @@ inputs: let
(flatten (
concatLists [
(singleton ./${hostname}/default.nix)
(singleton ./common.nix)
(
filter (hasSuffix "module.nix") (
map toString (listFilesRecursive ../modules)