From 9788ad6aa5dc7ce3ae7b47d37dc8eb00128d6ac3 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 3 Dec 2024 19:52:37 +0530 Subject: [PATCH] feat: Uses isServer for deoxys --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9ea57808..732d1964 100644 --- a/flake.nix +++ b/flake.nix @@ -136,6 +136,7 @@ user = "servius"; hasGui = false; # It's a vm so no GUI apps are used isNix = true; + isServer = true; } { name = "Uttarayans-MacBook-Pro";