diff options
author | polwex <polwex@sortug.com> | 2025-06-22 23:57:11 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 23:57:11 +0000 |
commit | 20b769da0c2d91ef9ff1a804eb050615e6de7e15 (patch) | |
tree | bff6ab488b73993cb5465f9423e767bb8f43c9da /hosts/local/s15/configuration.nix | |
parent | 12d835fcb99e52044f9e6fea2065f0953b9f0372 (diff) |
m
Diffstat (limited to 'hosts/local/s15/configuration.nix')
-rw-r--r-- | hosts/local/s15/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/local/s15/configuration.nix b/hosts/local/s15/configuration.nix index a326dd4..ae594de 100644 --- a/hosts/local/s15/configuration.nix +++ b/hosts/local/s15/configuration.nix @@ -18,6 +18,11 @@ ]; }; in { + nixpkgs.config = { + allowUnfree = true; + allowUnfreePredicate = _: true; + chromium.enableWideVine = true; + }; wsl.enable = true; wsl.defaultUser = "y"; imports = [ @@ -27,6 +32,7 @@ in { ../../pkgs.nix ../../server.nix ../../gpg.nix + ./gui.nix ]; environment.systemPackages = [ wrappers |