1
0
Fork 0

Users: remove old adb option

This commit is contained in:
Aires 2024-12-27 10:35:21 -05:00
parent d5439b9b01
commit dca68d36ec
4 changed files with 1 additions and 4 deletions

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
namespace,

View file

@ -1,5 +1,5 @@
# Configure basic networking options.
{ lib, namespace, ... }:
{ lib, ... }:
{
networking = {
# Default to DHCP. Set to false to use static IPs.

View file

@ -32,7 +32,6 @@ in
"tss" # For access to TPM devices
"wheel"
"users"
(lib.mkIf config.programs.adb.enable "adbusers")
];
# Allow systemd services to run even while aires is logged out

View file

@ -29,7 +29,6 @@ in
"networkmanager"
"input"
"users"
(lib.mkIf config.programs.adb.enable "adbusers")
];
# Allow systemd services to keep running even while gremlin is logged out