Users: remove old adb option
This commit is contained in:
parent
d5439b9b01
commit
dca68d36ec
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
namespace,
|
namespace,
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue