nixos/hosts/vm/chene/default.nix

16 lines
222 B
Nix

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