chore: enable docker
Some checks failed
/ test (push) Failing after 2s

This commit is contained in:
nydragon 2025-02-22 17:51:28 +01:00
parent 3c5964ab38
commit b8781fff93
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
3 changed files with 9 additions and 2 deletions

View file

@ -26,6 +26,14 @@ in
group = "wheel";
};
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
services.logind = {
powerKey = "hibernate";
};

View file

@ -3,7 +3,7 @@
defaultApplications =
let
fileManager = "org.gnome.Nautilus.desktop";
browser = "firefox-beta.desktop";
browser = "firefox-esr.desktop";
in
{
"inode/directory" = fileManager;

View file

@ -30,7 +30,6 @@ in
programs.gamemode.enable = true;
environment.systemPackages = with pkgs; [
lutris
mangohud
heroic
];