fix containers and mullvad

This commit is contained in:
atagen 2024-08-15 12:19:55 +10:00
parent f623faa0ef
commit c8ee397794
20 changed files with 370 additions and 115 deletions

View file

@ -37,7 +37,7 @@
keep-derivations = true
'';
optimise.automatic = true;
package = pkgs.lix;
# package = pkgs.lix;
};
imports = [
@ -103,5 +103,6 @@
# give cpuset to user
systemd.services."user@".serviceConfig.Delegate = "memory pids cpu cpuset";
systemd.user.extraConfig = "LogLevel=debug";
}