Enable first podman container
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user