Files
nixos/machines/katana.nix
2025-05-05 22:54:06 +02:00

10 lines
128 B
Nix

{ ... }:
{
imports = [
./hardware/katana.nix
../modules
];
system.stateVersion = "24.05"; # Did you read the comment?
}