Replace docker with podman
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
13
hosts/elara/users/nikara/configs/console/podman/default.nix
Normal file
13
hosts/elara/users/nikara/configs/console/podman/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
user ? throw "user argument is required",
|
||||
home ? throw "home argument is required",
|
||||
}:
|
||||
{ lib, ... }:
|
||||
{
|
||||
home-manager.users.${user}.sops.secrets = {
|
||||
"registry" = {
|
||||
sopsFile = ../../../../../../../secrets/sas/secrets.yaml;
|
||||
path = "${home}/.config/containers/auth.json";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user