chore: rm all files for rebase
This commit is contained in:
parent
fc8fcbe680
commit
f60dfaa95e
79 changed files with 0 additions and 3770 deletions
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
self,
|
||||
workingDir,
|
||||
...
|
||||
}:
|
||||
{
|
||||
mkSystem = type: hostname: bootDisk: {
|
||||
name = "${hostname}";
|
||||
value = inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit
|
||||
self
|
||||
inputs
|
||||
type
|
||||
hostname
|
||||
bootDisk
|
||||
;
|
||||
};
|
||||
modules = [
|
||||
"${workingDir}/modules/nixos"
|
||||
"${workingDir}/modules/hm"
|
||||
"${workingDir}/hosts/common.nix"
|
||||
"${workingDir}/hosts/${hostname}.nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue