diff --git a/machine-confs/gaming.nix b/machine-confs/gaming.nix index be87e80..50341bc 100644 --- a/machine-confs/gaming.nix +++ b/machine-confs/gaming.nix @@ -1,11 +1,14 @@ -{ ... }: +{ lib, ... }: { networking.hostName = "gaming"; imports = [ ../base.nix + ../desktop.nix + ../users/vili.nix ../hardware-specific/nvidia.nix ]; + users.users.vili.hashedPasswordFile = lib.mkForce null; services.qemuGuest.enable = true; }