diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-02 00:25:24 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-02 00:25:24 +0300 |
commit | c52fc7e6f12b0bceda5853cb541728139f34fafe (patch) | |
tree | 57377c17b3c2e71070d7e9df8e5b0ebffab0a3e0 /nixosConfigurations | |
parent | 2023-06-01 (diff) |
2023-06-02
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index b66aec2..5e12cc6 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -27,8 +27,6 @@ with lib; { mpd.enable = true; ipfs.enable = true; - vscode.enable = true; - common.nix.allowedUnfreePackages = ["burpsuite"]; }; |