Merge branch 'main' of github.com:fwastring/nix
This commit is contained in:
commit
3d54b62018
6 changed files with 398 additions and 164 deletions
|
@ -92,6 +92,13 @@
|
|||
};
|
||||
modules = [ ./maskiner/lillen/configuration.nix ];
|
||||
};
|
||||
macmini = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
myhostname = "macmini";
|
||||
};
|
||||
modules = [ ./maskiner/macmini/configuration.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
# Standalone home-manager configuration entrypoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue