made all hosts more similar

This commit is contained in:
Emile Clark-Boman 2025-02-26 08:42:18 +10:00
parent b646675328
commit b3bb2227d1
6 changed files with 9 additions and 3 deletions

View file

@ -76,6 +76,7 @@ in {
#};
environment.SystemPackages = with pkgs; [
btop
];
programs = {

View file

@ -117,7 +117,7 @@ in {
# literally me fr (personal account)
me = {
isNormalUser = true;
extraGroups = ["wheel"];
extraGroups = ["wheel" "docker"];
shell = pkgs.bash; #pkgs.fish
packages = let
# TODO: can I just do this: https://nix.dev/manual/nix/2.18/command-ref/new-cli/nix3-flake#url-like-syntax
@ -309,6 +309,8 @@ in {
"flakes"
];
virtualisation.docker.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;