Add ci host config

This commit is contained in:
Vili Sinervä 2025-06-09 00:19:42 +03:00
parent 81237e88b0
commit 7b2fe81cc0
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
3 changed files with 34 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
imports = [
../../shared/base.nix
../../shared/hardware/vm.nix
../../shared/disko/basic-ext4.nix
];
}