Skip to content

Commit

Permalink
Cherry-picking this PR's commit does NOT fix SteamVR either: NixOS/ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
LuNeder committed Oct 29, 2024
1 parent 6a78143 commit 692153d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Luana-X670E/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -682,11 +682,11 @@
# services.transmission.enable = true;

# VirtualBox
#virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "luana" ];
#virtualisation.virtualbox.host.enableExtensionPack = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
# virtualisation.virtualbox.host.enableKvm = true; ##
#virtualisation.virtualbox.host.enableHardening = false;
virtualisation.virtualbox.host.enableHardening = false;
# virtualisation.virtualbox.host.addNetworkInterface = false;

programs.virt-manager.enable = true;
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};
inputs = { nixpkgs.url = "github:Atemu/nixpkgs/steemus-yoinkus";
inputs = { nixpkgs.url = "github:LuNeder/nixpkgs/nixos-unstable"; # TODO: go back to upstream when NixOS/nixpkgs#351928 merged
pkgs-old.url = "github:nixos/nixpkgs/nixos-23.11";
pkgs-mndvlknlyrs.url = "github:Scrumplex/nixpkgs/nixos/monado/vulkan-layers"; # TODO: remove when merged
pkgs-alvr.url = "github:jopejoe1/nixpkgs/alvr-src"; # TODO: remove when merged
Expand Down

0 comments on commit 692153d

Please sign in to comment.