Compare commits
2 commits
f9003db167
...
6aea7dc498
Author | SHA1 | Date | |
---|---|---|---|
6aea7dc498 | |||
4d21ced458 |
2 changed files with 14 additions and 2 deletions
14
flake.nix
14
flake.nix
|
@ -29,19 +29,31 @@
|
||||||
|
|
||||||
# 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.games01.kb-one.de:JF++7CgrasYciQeB5jlziqT5BTjaknEk9cMeh4lQf30="
|
"cache.game01.kb-one.de:XcqI+uobV7EoTKuRmnzYup/+oSfn8uLwnsiQFp8dk/g="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue