Set-up marabethia as a development machine
Some checks failed
Cachix / build (elendel) (push) Successful in 1m25s
Cachix / build (kholinar) (push) Failing after 1m34s
Cachix / build (marabethia) (push) Failing after 1m12s

This commit is contained in:
Charlotte Van Petegem 2025-01-26 13:10:08 +01:00
parent f4eab84ac2
commit 6a795ac029
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM
6 changed files with 54 additions and 36 deletions

View file

@ -22,6 +22,6 @@
zfs.homeLinks = [{ path = ".android"; type = "cache"; }];
};
programs.adb.enable = true;
users.users.charlotte.extraGroups = [ "adbusers" ];
users.users.charlotte.extraGroups = [ "adbusers" "dialout" "uucp" ];
};
}