1749586828
This commit is contained in:
@ -24,4 +24,7 @@
|
|||||||
|
|
||||||
# Tailscale
|
# Tailscale
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
users.users.atridad = {
|
users.users.atridad = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Atridad";
|
description = "Atridad";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user