testbed-vm: init, will add hardware-configuration later
This commit is contained in:
parent
60c20af96a
commit
14ce01d5be
2 changed files with 107 additions and 0 deletions
11
hosts/testbed-vm/config.nix
Normal file
11
hosts/testbed-vm/config.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, pkgs-stable, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware/disko.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nixos-testbed";
|
||||
networking.hostId = "6c3b53a1";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue