mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
containers: Remove hostCfg
This shouldn't be needed since there are many other ways to share configuration from the host, and I never used opengl.extraPackages anyway.
This commit is contained in:
parent
1deb12331d
commit
ce57cd1433
@ -1,6 +1,4 @@
|
||||
{ config, ... }:
|
||||
|
||||
let VARIABLES = import ../src/variables.nix; hostCfg = config; in {
|
||||
let VARIABLES = import ../src/variables.nix; in {
|
||||
containers.wine = {
|
||||
privateNetwork = true;
|
||||
|
||||
@ -71,7 +69,6 @@ let VARIABLES = import ../src/variables.nix; hostCfg = config; in {
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = hostCfg.hardware.opengl.extraPackages;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user