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 = {
|
nixosConfigurations = {
|
||||||
foureighty = mkWorkstation nixpkgs-stable "x86_64-linux" "foureighty";
|
|
||||||
foryog = mkWorkstation nixpkgs-stable "x86_64-linux" "foryog";
|
foryog = mkWorkstation nixpkgs-stable "x86_64-linux" "foryog";
|
||||||
skinnyv = mkWorkstation nixpkgs-stable "x86_64-linux" "skinnyv";
|
|
||||||
thinky = mkWorkstation nixpkgs-stable "x86_64-linux" "thinky";
|
thinky = mkWorkstation nixpkgs-stable "x86_64-linux" "thinky";
|
||||||
bolty = mkServer nixpkgs-stable "x86_64-linux" "bolty";
|
bolty = mkServer nixpkgs-stable "x86_64-linux" "bolty";
|
||||||
vpsfree1 = mkServer nixpkgs-stable"x86_64-linux" "vpsfree1";
|
vpsfree1 = mkServer nixpkgs-stable"x86_64-linux" "vpsfree1";
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
|
"spotify"
|
||||||
"steam"
|
"steam"
|
||||||
"steam-original"
|
"steam-original"
|
||||||
"steam-runtime"
|
"steam-runtime"
|
||||||
|
|
Loading…
Reference in a new issue