mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-30 19:14:19 +00:00
Switched to docker for virtualization, added itch games launcher
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
bs-manager
|
||||
heroic
|
||||
itch
|
||||
monado
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,18 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.containers.policy = {
|
||||
default = [ { type = "insecureAcceptAnything"; } ];
|
||||
|
||||
};
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
distrobox
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user