Removed Old Hosts
All checks were successful
/ Check Nix Flake (push) Successful in 1m49s

This commit is contained in:
Kaybee 2025-05-13 00:47:09 +02:00
parent 6d2441aefd
commit c35289ca44
Signed by: kb01
SSH key fingerprint: SHA256:kv2GYUy1MZEqusYnS+Y9nMgrpv77jhm+3kknl3UGV1k
3 changed files with 1 additions and 9 deletions

View file

@ -42,11 +42,6 @@
lix-module.nixosModules.default
];
# Modules for Host kb-game-01
systems.hosts.kb-game-01.modules = with inputs; [
lix-module.nixosModules.default
];
# Modules for Host LoyAdjo
systems.hosts.LoyAdjo.modules = with inputs; [
lix-module.nixosModules.default

View file

@ -14,7 +14,6 @@
nix.package = pkgs.lix;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11"
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg)
[
@ -22,6 +21,7 @@
"steam"
"steam-original"
"steam-unwrapped"
"castlabs-electron"
];
# Configure Remote Builds

View file

@ -33,9 +33,6 @@
builders-use-substitutes = true
'';
# NAS Test-Config
suites.nas.enable = false;
# Networking
networking.hostName = "Ohybke";
networking.networkmanager.enable = true;