Enable first podman container

This commit is contained in:
2025-04-25 08:31:10 +02:00
parent e07c854ae0
commit 68ec429e96
6 changed files with 69 additions and 6 deletions

View File

@@ -130,6 +130,16 @@
./hosts/ti-clt-dsk01/home.nix
];
};
"deploy@v-th-ctr-01" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
extraSpecialArgs = { inherit inputs nix-colors; };
modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./hosts/v-th-ctr-01/home.nix
];
};
};
};
}