mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
ran treefmt
This commit is contained in:
@@ -24,25 +24,24 @@ in
|
|||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJYZFsc9CSH03ZUP7y81AHwSyjLwFmcshVFCyxDcYhBT rhapsody-in-green" # cspell:disable-line
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJYZFsc9CSH03ZUP7y81AHwSyjLwFmcshVFCyxDcYhBT rhapsody-in-green" # cspell:disable-line
|
||||||
];
|
];
|
||||||
extraGroups =
|
extraGroups = [
|
||||||
[
|
"audio"
|
||||||
"audio"
|
"video"
|
||||||
"video"
|
"wheel"
|
||||||
"wheel"
|
"users"
|
||||||
"users"
|
]
|
||||||
]
|
++ ifTheyExist [
|
||||||
++ ifTheyExist [
|
"dialout"
|
||||||
"dialout"
|
"docker"
|
||||||
"docker"
|
"hass"
|
||||||
"hass"
|
"libvirtd"
|
||||||
"libvirtd"
|
"networkmanager"
|
||||||
"networkmanager"
|
"plugdev"
|
||||||
"plugdev"
|
"scanner"
|
||||||
"scanner"
|
"transmission"
|
||||||
"transmission"
|
"uaccess"
|
||||||
"uaccess"
|
"wireshark"
|
||||||
"wireshark"
|
];
|
||||||
];
|
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user