nixos/hosts/vm/chene/default.nix

17 lines
267 B
Nix

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