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