From e7c28145889bce18e3f3dd8193317d1224d4a7e7 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Wed, 28 May 2025 17:02:16 -0400 Subject: [PATCH] Testing VM with different user --- hosts/nixos/vm/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/nixos/vm/default.nix b/hosts/nixos/vm/default.nix index b6e7c9e..d1ab867 100644 --- a/hosts/nixos/vm/default.nix +++ b/hosts/nixos/vm/default.nix @@ -13,7 +13,7 @@ ... }: let - username = "toph"; + username = "cesar"; user = config.secretsSpec.users.${username}; in { @@ -28,10 +28,7 @@ in ## Optional Configs ## "hosts/global/common/audio.nix" # pipewire and cli controls - # "hosts/global/common/gaming.nix" # steam, gamescope, gamemode, and related hardware - # "hosts/global/common/gnome.nix" # desktop - "hosts/global/common/hyprland" # desktop - # "hosts/global/common/nvtop.nix" # GPU monitor (not available in home-manager) + "hosts/global/common/gnome.nix" # desktop # "hosts/global/common/plymouth.nix" # fancy boot screen ## Misc Inputs ##