Docker lilith

This commit is contained in:
xqtc161 2024-06-05 13:36:21 +02:00
parent 778b0b59bf
commit f9407166ae

View file

@ -9,6 +9,7 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
../../../common
../beleth/docker.nix
#../../antivirus.nix
../../../modules/home-manager.nix
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480
@ -125,7 +126,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.xqtc = {
isNormalUser = true;
extraGroups = ["wheel" "libvirtd"]; # Enable sudo for the user.
extraGroups = ["wheel" "docker" "libvirtd"]; # Enable sudo for the user.
packages = with pkgs; [nushell clamtk];
shell = pkgs.nushell;
};