add callisto

This commit is contained in:
beanigen 2025-04-14 16:17:19 +08:00
parent 8d7bb8cbee
commit 9a7651523b
No known key found for this signature in database
7 changed files with 323 additions and 2 deletions

11
base/callisto/default.nix Normal file
View file

@ -0,0 +1,11 @@
{config, pkgs, ...}:{
imports = [
./configuration.nix
../overrides.nix
../ssh.nix
../firewall.nix
../substituters.nix
../fonts.nix
../udev.nix
];
}