Files
nixos/machines/katana.nix

9 lines
115 B
Nix

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