docker and distrobox

This commit is contained in:
Aria Nolan 2024-01-22 15:28:29 -05:00
parent 4e3e13363d
commit e3f6e27fcf

View file

@ -6,7 +6,7 @@
users.users.tacocat = {
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "audio" "video" "bluetooth" "kvm"];
extraGroups = ["wheel" "networkmanager" "audio" "video" "bluetooth" "kvm" "docker"];
home = "/home/tacocat";
description = "Aria Nolan";
};
@ -56,6 +56,7 @@
enable = true;
settings.PasswordAuthentication = false;
};
virtualisation.docker.enable = true;
services.udev.packages = [
(pkgs.writeTextFile {
name = "xilinx-dilligent-usb-udev";
@ -111,6 +112,7 @@
environment = {
systemPackages = with pkgs; [
screen
distrobox
udiskie
pyocd
vim