Files
nixos/machines/katana/default.nix
2026-02-06 08:40:28 +01:00

16 lines
269 B
Nix

{ ... }:
{
imports = [
./hardware.nix
./boot.nix
./nvidia.nix
./services.nix
./virtualisation.nix
./networking.nix
];
networking.hostName = "katana"; # Define your hostname.
system.stateVersion = "25.11"; # Did you read the comment?
}