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, config,
lib, lib,
namespace, namespace,

View file

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

View file

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

View file

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