nixos/hosts/vm/livre/default.nix

14 lines
198 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./stirling.nix
];
networking.hostName = "livre";
boot.loader.grub.devices = [ "/dev/sda" ];
system.stateVersion = "24.11";
}