initial testlab config
This commit is contained in:
parent
554c5c89a8
commit
983391385c
3 changed files with 66 additions and 0 deletions
17
nixos/machines/nerf-nixos-testlab/configuration.nix
Normal file
17
nixos/machines/nerf-nixos-testlab/configuration.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
flake-inputs:
|
||||
{config, pkgs, lib, ... }: {
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../roles
|
||||
../../roles/xen_guest.nix
|
||||
./network.nix
|
||||
];
|
||||
|
||||
# System configuration here
|
||||
|
||||
boot.loader.grub.storePath = "/nix/store";
|
||||
boot.loader.grub.copyKernels = false;
|
||||
networking.hostName = "nerf-nixos-testlab";
|
||||
system.stateVersion = "23.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue