mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
core/users: add podman and rearange
This commit is contained in:
parent
fa402db0e8
commit
91b8d0eb01
1 changed files with 10 additions and 9 deletions
|
@ -8,15 +8,16 @@
|
||||||
home = "/home/felix";
|
home = "/home/felix";
|
||||||
group = "felix";
|
group = "felix";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"wheel"
|
"adbusers" # adb control
|
||||||
"adbusers"
|
"audio" # sound control
|
||||||
"audio"
|
"dialout" # serial-console
|
||||||
"dialout"
|
"docker" # usage of `docker` socket
|
||||||
"docker"
|
"input" # mouse control
|
||||||
"input"
|
"libvirtd" # kvm control
|
||||||
"libvirtd"
|
"networkmanager" # wireless configuration
|
||||||
"networkmanager"
|
"podman" # usage of `podman` socket
|
||||||
"video"
|
"video" # screen control
|
||||||
|
"wheel" # `sudo` for the user.
|
||||||
];
|
];
|
||||||
passwordFile = config.sops.secrets."users/felix/password".path;
|
passwordFile = config.sops.secrets."users/felix/password".path;
|
||||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFx6OLwL9MbkD3mnMsv+xrzZHN/rwCTgVs758SCLG0h felix@thinkman" ];
|
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFx6OLwL9MbkD3mnMsv+xrzZHN/rwCTgVs758SCLG0h felix@thinkman" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue