Users: remove old adb option
This commit is contained in:
parent
d5439b9b01
commit
dca68d36ec
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
namespace,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Configure basic networking options.
|
||||
{ lib, namespace, ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
networking = {
|
||||
# Default to DHCP. Set to false to use static IPs.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue