mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/foo-dogsquared/setups/development: set up rootless podman
This commit is contained in:
parent
ea03a97fb8
commit
e1a787932a
@ -36,6 +36,16 @@ in {
|
|||||||
servers.enable = true;
|
servers.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Rootless podman.
|
||||||
|
services.podman = {
|
||||||
|
enable = true;
|
||||||
|
enableTypeChecks = false;
|
||||||
|
autoUpdate = {
|
||||||
|
enable = true;
|
||||||
|
onCalendar = "weekly";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
systemd.user.sessionVariables = {
|
systemd.user.sessionVariables = {
|
||||||
MANPAGER = "nvim +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
@ -45,6 +55,7 @@ in {
|
|||||||
cachix # Compile no more by using someone's binary cache!
|
cachix # Compile no more by using someone's binary cache!
|
||||||
regex-cli # Save some face of confusion for yourself.
|
regex-cli # Save some face of confusion for yourself.
|
||||||
dt # Get that functional gawk.
|
dt # Get that functional gawk.
|
||||||
|
jq # Get that JSON querying tool.
|
||||||
recode # Convert between different encodings.
|
recode # Convert between different encodings.
|
||||||
go-migrate # Go potential migraines.
|
go-migrate # Go potential migraines.
|
||||||
oils-for-unix # Rev them up, reverent admin.
|
oils-for-unix # Rev them up, reverent admin.
|
||||||
|
Loading…
Reference in New Issue
Block a user