diff --git a/flake.nix b/flake.nix index bd5290bc..49584e08 100644 --- a/flake.nix +++ b/flake.nix @@ -255,14 +255,14 @@ ... } @ inputs: let devices = { - mirai = mkDevice { - name = "mirai"; - system = "x86_64-linux"; - user = "fs0c131y"; - hasGui = false; # Don't wan't to run GUI apps on a headless server - isNix = true; - isServer = true; - }; + # mirai = mkDevice { + # name = "mirai"; + # system = "x86_64-linux"; + # user = "fs0c131y"; + # hasGui = false; # Don't wan't to run GUI apps on a headless server + # isNix = true; + # isServer = true; + # }; tako = mkDevice { name = "tako"; system = "x86_64-linux";