From 53088f95360177719331da032c314b9ca33f88d2 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Fri, 7 Feb 2025 07:19:50 -0800 Subject: [PATCH] [wixos] Add desktop role --- machines/wixos/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/wixos/configuration.nix b/machines/wixos/configuration.nix index b22bb77..30c71d3 100644 --- a/machines/wixos/configuration.nix +++ b/machines/wixos/configuration.nix @@ -11,6 +11,10 @@ imports = [ ]; + roles = { + desktop.enable = true; + }; + networking.hostName = "wixos"; wsl.enable = true;