Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NixOS
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Lenz
NixOS
Commits
eecb2589
Verified
Commit
eecb2589
authored
1 month ago
by
Nicolas Lenz
Browse files
Options
Downloads
Patches
Plain Diff
feat: add podman-compose
parent
f41256ee
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
nixos/extra.nix
+3
-0
3 additions, 0 deletions
nixos/extra.nix
with
3 additions
and
0 deletions
nixos/extra.nix
+
3
−
0
View file @
eecb2589
...
...
@@ -43,6 +43,9 @@ lib.mkIf (!config.eisfunke.minimal) {
];
};
# install podman-compose here rather than in home-manager so it's together with the podman setup
environment
.
systemPackages
=
[
pkgs
.
podman-compose
];
/*
- note: `virtualisation.containers.enable` is set by the Podman module automatically
- these are registries that are checked when an image is given without registry
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment