diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:32:59 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:32:59 -0700 |
| commit | b52ce18fd8087884d19743f00c8f75c7050b465c (patch) | |
| tree | aede49c3cec48d378d4686e92dd18557cc5e484c /modules | |
| parent | import home-manager.nix and user.nix by default on nixos (diff) | |
| download | infra-b52ce18fd8087884d19743f00c8f75c7050b465c.tar.gz | |
configure podman for all nixos machines
Diffstat (limited to '')
| -rw-r--r-- | modules/nixos/default.nix | 1 | ||||
| -rw-r--r-- | modules/nixos/podman.nix (renamed from profiles/services/podman.nix) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 9c0a6f1..94348f6 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -5,6 +5,7 @@ ./cgroups.nix ./home-manager.nix ./nix.nix + ./podman.nix ./ssh.nix ./user.nix ]; diff --git a/profiles/services/podman.nix b/modules/nixos/podman.nix index bd5aa3c..bd5aa3c 100644 --- a/profiles/services/podman.nix +++ b/modules/nixos/podman.nix |
