Use printer
This commit is contained in:
parent
d1ccdcb3dc
commit
8e4f10a696
2 changed files with 10 additions and 1 deletions
19
linux/blitzar/device.nix
Normal file
19
linux/blitzar/device.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ config, ... }: {
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
printing.enable = true;
|
||||
};
|
||||
|
||||
users.users.${config.constants.userName}.extraGroups = [ "adbusers" ];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue