add vm
This commit is contained in:
parent
e8044912c0
commit
611cd25502
3 changed files with 54 additions and 0 deletions
11
hosts/vm/default.nix
Normal file
11
hosts/vm/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../server
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "vm";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue