cornflake/hosts/x1carbon/default.nix
2026-02-28 19:42:36 +09:00

16 lines
238 B
Nix

inputs:
let
mkHost = import ../mkHost.nix inputs;
in
mkHost {
system = "x86_64-linux";
hostname = "x1carbon";
users = [
{
username = "hare";
homeModule = [ ./hare ];
}
];
systemModules = [ ./nixos.nix ];
}