1
1
Fork 0

Compare commits

..

No commits in common. "c2d791080073f5a63f404cde125c318e28412614" and "3de17049b71513cff1c26431f13ab990e2417d43" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,7 @@
unstable-vscode = ({ ... }: let
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
in {
virtualisation.docker.enable = true;
virtualization.docker.enable = true;
environment.systemPackages = [
pkgs.distrobox
pkgs.vscode

View File

@ -74,7 +74,7 @@
};
users.users.tvb = {
extraGroups = [ "networkmanager" "docker" ];
extraGroups = [ "networkmanager" ];
packages = with pkgs; [
gnome-randr
python3
@ -94,7 +94,6 @@
libreoffice
obsidian
mpv
qutebrowser
];
networking.firewall = {