nix fmt
All checks were successful
/ check (push) Successful in 1m43s

This commit is contained in:
Oliver Davies 2025-07-24 21:13:55 +01:00
parent e111506428
commit 0259ea44f0
5 changed files with 47 additions and 33 deletions

View file

@ -13,13 +13,12 @@ with lib;
initialPassword = "opdavies";
isNormalUser = true;
extraGroups =
[
"networkmanager"
"wheel"
]
++ optional config.features.cli.docker.enable "docker"
++ optional config.features.cli.podman.enable "podman";
extraGroups = [
"networkmanager"
"wheel"
]
++ optional config.features.cli.docker.enable "docker"
++ optional config.features.cli.podman.enable "podman";
packages = with pkgs; [
magic-wormhole