feat: remove mirai
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-03 17:38:20 +05:30
parent 97434671a9
commit 452e287fb0

View File

@@ -255,14 +255,14 @@
... ...
} @ inputs: let } @ inputs: let
devices = { devices = {
mirai = mkDevice { # mirai = mkDevice {
name = "mirai"; # name = "mirai";
system = "x86_64-linux"; # system = "x86_64-linux";
user = "fs0c131y"; # user = "fs0c131y";
hasGui = false; # Don't wan't to run GUI apps on a headless server # hasGui = false; # Don't wan't to run GUI apps on a headless server
isNix = true; # isNix = true;
isServer = true; # isServer = true;
}; # };
tako = mkDevice { tako = mkDevice {
name = "tako"; name = "tako";
system = "x86_64-linux"; system = "x86_64-linux";