Commit 3514f746aa85

Vincent Demeester <vincent@sbr.pm>
2025-07-17 11:13:59
Remove vscode-server inputs and configuration
It doesn't work, I don't use it. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 1a8e0e8
Changed files (2)
systems/aomi/extra.nix
@@ -29,7 +29,6 @@
   # networking.firewall.enable = false;
 
   services = {
-    vscode-server.enable = true;
     logind.extraConfig = ''
       HandleLidSwitch=ignore
       HandleLidSwitchExternalPower=ignore
flake.nix
@@ -315,7 +315,6 @@
     nix-github-actions.url = "github:nix-community/nix-github-actions";
     nix-github-actions.inputs.nixpkgs.follows = "nixpkgs";
 
-    vscode-server.url = "github:nix-community/nixos-vscode-server";
     nixos-raspberrypi.url = "github:nvmd/nixos-raspberrypi/main";
   };
 }