mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-07 10:37:29 +02:00
networkmanager user group
This commit is contained in:
parent
35e655d5f9
commit
c9dbee6a95
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"net.ipv4.conf.all.forwarding" = true;
|
||||
"net.ipv6.conf.all.forwarding" = true;
|
||||
};
|
||||
users.users.xqtc.extraGroups = ["dialout"];
|
||||
users.users.xqtc.extraGroups = ["dialout" "networkmanager"];
|
||||
users.users.xqtc.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN7UkcmSVo+SeB5Obevz3mf3UHruYxn0UHUzoOs2gDBy xqtc@heroin.trade"
|
||||
"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIM7DHEfQB5RV4jYX6phufk7nzOI0+p6mn4AWjNdefvAfAAAABHNzaDo= xqtc@yubicat"
|
||||
|
|
Loading…
Add table
Reference in a new issue