diff --git a/flake.nix b/flake.nix index 955cd5dd..9ea57808 100644 --- a/flake.nix +++ b/flake.nix @@ -130,17 +130,18 @@ tertiary = "DP-1"; }; } + { + name = "deoxys"; + system = "x86_64-linux"; + user = "servius"; + hasGui = false; # It's a vm so no GUI apps are used + isNix = true; + } { name = "Uttarayans-MacBook-Pro"; system = "aarch64-darwin"; user = "fs0c131y"; } - { - name = "deoxys"; - system = "x86_64-linux"; - user = "fs0c131y"; - hasGui = false; # It's a vm so no GUI apps are used - } { name = "SteamDeck"; system = "x86_64-linux";