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; [
|
environment.systemPackages = with pkgs; [
|
||||||
bs-manager
|
bs-manager
|
||||||
heroic
|
heroic
|
||||||
|
itch
|
||||||
monado
|
monado
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,18 +1,10 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.containers.policy = {
|
virtualisation.containers.policy = {
|
||||||
default = [ { type = "insecureAcceptAnything"; } ];
|
default = [ { type = "insecureAcceptAnything"; } ];
|
||||||
|
|
||||||
};
|
};
|
||||||
virtualisation.podman = {
|
|
||||||
enable = true;
|
|
||||||
dockerCompat = true;
|
|
||||||
dockerSocket.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
distrobox
|
|
||||||
];
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ in
|
|||||||
extraGroups = [
|
extraGroups = [
|
||||||
"adbusers"
|
"adbusers"
|
||||||
"dialout"
|
"dialout"
|
||||||
|
"docker"
|
||||||
"input"
|
"input"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"plugdev"
|
"plugdev"
|
||||||
|
|||||||
Reference in New Issue
Block a user