nixos/systems/gwyn/configuration.nix
2022-01-01 15:15:41 +01:00

14 lines
242 B
Nix

{ ... }:
{
imports =
[
../../modules/desktop.nix
../../hardware/bluetooth
./hardware-configuration.nix
];
networking.hostName = "gwyn"; # Define your hostname.
virtualisation.virtualbox.host.enable = true;
}