flake: nixos: import common modules

This commit is contained in:
Bruno BELANYI 2024-01-03 16:50:22 +00:00
parent 298935eb2f
commit 15f5a81ef6

View file

@ -12,6 +12,8 @@ let
}
# Include generic settings
"${self}/modules/nixos"
# Import common modules
"${self}/modules/common"
];
buildHost = name: system: lib.nixosSystem {