mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
HM now follows machine specific version
This commit is contained in:
parent
4b785a723a
commit
a214f2a2e7
4 changed files with 35 additions and 2 deletions
|
@ -9,7 +9,7 @@ let
|
|||
in
|
||||
{
|
||||
|
||||
mkMachine = { host, host-config, modules, nixpkgs ? inputs.nixpkgs, system ? "x86_64-linux" }: nixpkgs.lib.nixosSystem {
|
||||
mkMachine = { host, host-config, modules, nixpkgs ? inputs.nixpkgs, system ? "x86_64-linux", home-manager ? inputs.home-manager }: nixpkgs.lib.nixosSystem {
|
||||
lib = final;
|
||||
system = system;
|
||||
specialArgs = {
|
||||
|
@ -19,7 +19,7 @@ in
|
|||
../base.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
host-config
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
home-manager.nixosModules.home-manager
|
||||
inputs.simple-nixos-mailserver.nixosModule
|
||||
inputs.hyprland.nixosModules.default
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue