Adjust generic conf

This commit is contained in:
Vili Sinervä 2025-06-05 01:04:54 +03:00
parent 2172fc6f95
commit 1ad87d46c6
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -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;