mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:20:31 +01:00
Docker lilith
This commit is contained in:
parent
778b0b59bf
commit
f9407166ae
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue