remove obsolete configurations from the main list

This commit is contained in:
Cyryl Płotnicki 2023-08-12 14:55:21 +01:00
parent a865f32d67
commit d12b77c6c1
2 changed files with 1 additions and 2 deletions

View file

@ -128,9 +128,7 @@
};
nixosConfigurations = {
foureighty = mkWorkstation nixpkgs-stable "x86_64-linux" "foureighty";
foryog = mkWorkstation nixpkgs-stable "x86_64-linux" "foryog";
skinnyv = mkWorkstation nixpkgs-stable "x86_64-linux" "skinnyv";
thinky = mkWorkstation nixpkgs-stable "x86_64-linux" "thinky";
bolty = mkServer nixpkgs-stable "x86_64-linux" "bolty";
vpsfree1 = mkServer nixpkgs-stable"x86_64-linux" "vpsfree1";

View file

@ -62,6 +62,7 @@
programs.steam.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"spotify"
"steam"
"steam-original"
"steam-runtime"