remove obsolete configurations from the main list
This commit is contained in:
parent
a865f32d67
commit
d12b77c6c1
2 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
programs.steam.enable = true;
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"spotify"
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-runtime"
|
||||
|
|
Loading…
Reference in a new issue