update to 23.05
This commit is contained in:
parent
4125a78bf2
commit
f66541a552
6 changed files with 35 additions and 26 deletions
|
|
@ -23,6 +23,7 @@ in
|
|||
})
|
||||
dbeaver
|
||||
ansible
|
||||
tig
|
||||
]);
|
||||
}];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -18,6 +18,12 @@ in
|
|||
graph = "log --oneline --all --graph";
|
||||
amend = "commit --amend --no-edit";
|
||||
};
|
||||
delta = {
|
||||
enable = true;
|
||||
};
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
};
|
||||
};
|
||||
}];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -83,12 +83,16 @@ with lib;
|
|||
};
|
||||
};
|
||||
|
||||
users.users.tristan.extraGroups = ["docker"];
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
rootless = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
setSocketVariable = true;
|
||||
daemon.settings = {
|
||||
"userns-remap"= "default";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue