feat: move to single-user config
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
_: machine:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [ (machine.buildFunction machine) ];
|
||||
modules = [ (config.repo.helpers.mkHost machine) ];
|
||||
}
|
||||
) config.repo.machines;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user