test
This commit is contained in:
parent
b674599ca6
commit
336013d748
1 changed files with 4 additions and 2 deletions
|
@ -15,8 +15,10 @@
|
|||
networking.useDHCP = lib.mkDefault true;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
virtualisation.virtualbox.guest.enable = true;
|
||||
# Set your time zone.
|
||||
time.timeZone = "Asia/Tokyo";
|
||||
# Set the networking hostname:
|
||||
networking.hostName = "nixos-vm-01";
|
||||
|
||||
boot.loader.enable = true;
|
||||
boot.loader.grub.device = '/dev/sda';
|
||||
boot.loader.grub.useOSProber = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue