parent
951f1a918f
commit
c915208ec2
3 changed files with 80 additions and 30 deletions
|
|
@ -132,12 +132,15 @@
|
|||
host: config:
|
||||
lib.foldl' lib.recursiveUpdate { } ([
|
||||
{
|
||||
inherit (config.config.system.build) initialRamdisk;
|
||||
inherit (config.config.system.build) toplevel;
|
||||
kernel = config.config.boot.kernelPackages.kernel;
|
||||
}
|
||||
])
|
||||
) self.nixosConfigurations)
|
||||
];
|
||||
hydraJobs.fods = {
|
||||
caddy = self.nixosConfigurations.ds9.config.services.caddy.package;
|
||||
};
|
||||
|
||||
packages."x86_64-linux" =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue