Finalize this for some minimal headless VM somewhere down the road
This commit is contained in:
parent
8cf418ceca
commit
6b4722efe2
2 changed files with 13 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
|
@ -6,6 +6,7 @@
|
|||
./hardware
|
||||
./users
|
||||
../../modules/system
|
||||
(modulesPath + "/profiles/headless.nix")
|
||||
];
|
||||
|
||||
networking.hostName = "qemu";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue