[wano] feat: Added USB stuff
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
16b05b5f91
commit
af046914ed
2 changed files with 7 additions and 1 deletions
|
@ -127,7 +127,10 @@
|
|||
];
|
||||
|
||||
# Custom services
|
||||
services.tailscale.enable = true;
|
||||
services = {
|
||||
tailscale.enable = true;
|
||||
udisks2.enable = true;
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
interactiveShellInit = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue