Add citadel to flake.nix
This commit is contained in:
parent
5f672c2665
commit
b991fa4236
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -130,6 +130,16 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
citadel = nixpkgs.lib.nixosSystem {
|
||||
inherit specialArgs;
|
||||
modules = [
|
||||
./hosts/citadel
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.extraSpecialArgs = specialArgs;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue