mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Switch to rootless docker
This commit is contained in:
parent
cbad58f047
commit
5e0e078479
@ -48,9 +48,11 @@
|
||||
nerdfonts
|
||||
];
|
||||
|
||||
# Enable virtualisation
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.storageDriver = "btrfs";
|
||||
# Enable docker
|
||||
virtualisation.docker.rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
|
||||
# Define user account.
|
||||
users.users.${user} = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user