nixos/hosts/vm/mediakiwi/default.nix

17 lines
265 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./networking.nix
../../../modules
../../../modules/services/wiki.nix
];
networking.hostName = "mediakiwi";
boot.loader.grub.devices = [ "/dev/sda" ];
system.stateVersion = "25.05";
}