feat: new aarch64-darwin host - fern

This commit is contained in:
Ryan Yin
2023-12-20 20:09:09 +08:00
parent a07dfbe36a
commit e70f7269f4
10 changed files with 120 additions and 166 deletions
+10
View File
@@ -99,4 +99,14 @@
];
home-module = import ../home/darwin;
};
darwin_fern_modules = {
darwin-modules = [
../hosts/fern
../modules/darwin
../secrets/darwin.nix
];
home-module = import ../home/darwin;
};
}