mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-24 06:51:32 -04:00
no docker only podman
This commit is contained in:
parent
c15020524d
commit
c3170b5798
2 changed files with 14 additions and 1 deletions
|
|
@ -36,6 +36,12 @@
|
|||
}) (builtins.attrNames (builtins.readDir ./hosts/nixos))
|
||||
);
|
||||
|
||||
hydraJobs = {
|
||||
inherit (self)
|
||||
nixosConfigurations
|
||||
;
|
||||
};
|
||||
|
||||
# For later, to enable if we get any darwin hosts
|
||||
# darwinConfigurations = builtins.listToAttrs (
|
||||
# map (host: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue