Compare commits
No commits in common. "6aea7dc498e326c143a49d7e528ad528430b06c7" and "f9003db1670631cb32abdf7d7e17a7f553973f34" have entirely different histories.
6aea7dc498
...
f9003db167
2 changed files with 2 additions and 14 deletions
14
flake.nix
14
flake.nix
|
@ -29,31 +29,19 @@
|
||||||
|
|
||||||
# Modules for Host HyperC
|
# Modules for Host HyperC
|
||||||
systems.hosts.HyperC.modules = with inputs; [
|
systems.hosts.HyperC.modules = with inputs; [
|
||||||
lix-module.nixosModules.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Modules for Host voloxo
|
# Modules for Host voloxo
|
||||||
systems.hosts.voloxo.modules = with inputs; [
|
systems.hosts.voloxo.modules = with inputs; [
|
||||||
lix-module.nixosModules.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Modules for Host kb-games-01
|
# Modules for Host kb-games-01
|
||||||
systems.hosts.kb-games-01.modules = with inputs; [
|
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
|
# Modules that get imported to every NixOS system
|
||||||
systems.modules.nixos = with inputs; [
|
systems.modules.nixos = with inputs; [
|
||||||
|
lix-module.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-rfc-style; };
|
outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-rfc-style; };
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"https://cache.games01.kb-one.de"
|
"https://cache.games01.kb-one.de"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"cache.game01.kb-one.de:XcqI+uobV7EoTKuRmnzYup/+oSfn8uLwnsiQFp8dk/g="
|
"cache.games01.kb-one.de:JF++7CgrasYciQeB5jlziqT5BTjaknEk9cMeh4lQf30="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue