This commit is contained in:
parent
6d2441aefd
commit
c35289ca44
3 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -33,9 +33,6 @@
|
|||
builders-use-substitutes = true
|
||||
'';
|
||||
|
||||
# NAS Test-Config
|
||||
suites.nas.enable = false;
|
||||
|
||||
# Networking
|
||||
networking.hostName = "Ohybke";
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue