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 /machines/nixos/x86_64-linux/do-rproxy | |
| 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-- | machines/nixos/x86_64-linux/do-rproxy/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/machines/nixos/x86_64-linux/do-rproxy/default.nix b/machines/nixos/x86_64-linux/do-rproxy/default.nix index b0ff7dc..f89acda 100644 --- a/machines/nixos/x86_64-linux/do-rproxy/default.nix +++ b/machines/nixos/x86_64-linux/do-rproxy/default.nix @@ -3,7 +3,6 @@ config, lib, modulesPath, - self, ... }: { @@ -22,7 +21,6 @@ ]; }; } - "${self}/profiles/services/podman.nix" ./profiles/nginx.nix ]; |
