mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Review/revert later
This commit is contained in:
parent
f4354da57d
commit
6bb34e1c51
13 changed files with 293 additions and 38 deletions
|
|
@ -8,9 +8,15 @@
|
|||
|
||||
imports = [
|
||||
./steam.nix
|
||||
./steam-test.nix
|
||||
];
|
||||
|
||||
config = lib.mkIf config.mods.containers.enable {
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
internalInterfaces = ["ve-+"];
|
||||
|
|
@ -18,6 +24,14 @@
|
|||
};
|
||||
networking.networkmanager.unmanaged = [ "interface-name:ve-*" ];
|
||||
|
||||
# networking.firewall.allowedTCPPorts = [ 4713 6000 ];
|
||||
# hardware.pulseaudio = {
|
||||
# enable = true;
|
||||
# systemWide = true;
|
||||
# support32Bit = true;
|
||||
# tcp = { enable = true; anonymousClients = { allowedIpRanges = ["127.0.0.1" "192.168.100.0/24"]; }; };
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xorg.xhost
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue