Compare commits

..

2 commits

Author SHA1 Message Date
6aea7dc498
Updated Binary-Cache Public Key
Some checks failed
/ Check Nix Flake (push) Has been cancelled
2024-12-12 19:17:35 +01:00
4d21ced458
Added Host Rubtrm to Flake (lix does not build for i686 currently) 2024-12-12 19:17:01 +01:00
2 changed files with 14 additions and 2 deletions

View file

@ -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; };

View file

@ -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="
]; ];
}; };