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, ... }:
|
||||
{
|
||||
networking.hostName = "nixos";
|
||||
|
||||
imports = [ ../../shared/base.nix ];
|
||||
|
||||
#Many installs will need this, and it won't hurt either way
|
||||
services.qemuGuest.enable = true;
|
||||
imports = [
|
||||
../../shared/base.nix
|
||||
../../shared/hardware/vm.nix
|
||||
];
|
||||
|
||||
#Prevent user from being locked out of the system before switching to proper config
|
||||
users.mutableUsers = lib.mkForce true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue