move out some common host settings to hosts/common.nix

This commit is contained in:
2025-01-08 22:21:39 -08:00
parent f30ff9962c
commit 79a0495760
8 changed files with 51 additions and 123 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{...}: {
{ ... }: {
imports = [
./common
./mods
./workarounds
];
}