From c656992897381779ee9f7883a9b441a478fc7b0f Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 21 Nov 2024 23:24:05 +0300 Subject: [PATCH] a bit more beautiful --- flake.nix | 3 --- hosts/tartarus/configuration.nix | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ac77917..e70cca3 100644 --- a/flake.nix +++ b/flake.nix @@ -28,9 +28,6 @@ modules = [ ./hosts/tartarus/configuration.nix vscode-server.nixosModules.default - ({ config, pkgs, ... }: { - services.vscode-server.enable = true; - }) sops-nix.nixosModules.sops # stylix.nixosModules.stylix ]; diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 3e1bcf1..fd680db 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -20,6 +20,8 @@ # }; # stylix.polarity = "dark"; + services.vscode-server.enable = true; + virtualisation.virtualbox.host.enable = true; users.extraGroups.vboxusers.members = [ "osbm" ];