Adjust generic conf
This commit is contained in:
parent
2172fc6f95
commit
1ad87d46c6
1 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,9 @@
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
networking.hostName = "nixos";
|
imports = [
|
||||||
|
../../shared/base.nix
|
||||||
imports = [ ../../shared/base.nix ];
|
../../shared/hardware/vm.nix
|
||||||
|
];
|
||||||
#Many installs will need this, and it won't hurt either way
|
|
||||||
services.qemuGuest.enable = true;
|
|
||||||
|
|
||||||
#Prevent user from being locked out of the system before switching to proper config
|
#Prevent user from being locked out of the system before switching to proper config
|
||||||
users.mutableUsers = lib.mkForce true;
|
users.mutableUsers = lib.mkForce true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue