From 5f89becff7cf8f4fd83e069459f6b8b5d773b956 Mon Sep 17 00:00:00 2001 From: spl3g Date: Fri, 8 Mar 2024 16:26:58 +0300 Subject: thats a lot of deletions --- nixos/laptop/configuration.nix | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'nixos/laptop/configuration.nix') diff --git a/nixos/laptop/configuration.nix b/nixos/laptop/configuration.nix index ceed24e..983e966 100644 --- a/nixos/laptop/configuration.nix +++ b/nixos/laptop/configuration.nix @@ -25,16 +25,30 @@ displayManager.lightdm.enable = false; }; + environment.systemPackages = with pkgs; [ + joycond-cemuhook + ]; - # environment.systemPackages = with pkgs; [ - # qemu - # ]; + virtualisation.docker = { + enable = true; + liveRestore = true; + daemon.settings = { + bip = "172.20.0.1/16"; + default-address-pools = [{ + base = "172.20.0.0/8"; + size = 16; + }]; + }; + }; + # services.postgresql.enable = true; programs.adb.enable = true; services.udev.packages = [ pkgs.android-udev-rules ]; + services.joycond.enable = true; + home-manager = { extraSpecialArgs = { inherit inputs outputs; }; useGlobalPkgs = true; -- cgit v1.2.3