diff --git a/phone.nix b/phone.nix index 935f4a52..c2d668f4 100644 --- a/phone.nix +++ b/phone.nix @@ -11,13 +11,9 @@ in modules = { system = { - mullvad = true; + phone = true; hostName = "mobile-nixos"; stateVersion = "23.11"; }; - - desktop = { - phone = true; - }; }; }