Added Host Rubtrm to Flake (lix does not build for i686 currently)

This commit is contained in:
Kaybee 2024-12-12 19:17:01 +01:00
parent f9003db167
commit 4d21ced458
No known key found for this signature in database

View file

@ -29,19 +29,31 @@
# Modules for Host HyperC
systems.hosts.HyperC.modules = with inputs; [
lix-module.nixosModules.default
];
# Modules for Host voloxo
systems.hosts.voloxo.modules = with inputs; [
lix-module.nixosModules.default
];
# Modules for Host kb-games-01
systems.hosts.kb-games-01.modules = with inputs; [
lix-module.nixosModules.default
];
# Modules for Host LoyAdjo
systems.hosts.LoyAdjo.modules = with inputs; [
lix-module.nixosModules.default
];
# Modules for Host Rubtrm
systems.hosts.Rubtrm.modules = with inputs; [
# lix-module.nixosModules.default
];
# Modules that get imported to every NixOS system
systems.modules.nixos = with inputs; [
lix-module.nixosModules.default
];
outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-rfc-style; };