forked from kalipso/infrastructure
[louise] add scanner support
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
|
hardware.sane.enable = true; #scanner support
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
users.users.malobeo = {
|
users.users.malobeo = {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ in
|
|||||||
{
|
{
|
||||||
users.users.malobeo = {
|
users.users.malobeo = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "pulse-access" ];
|
extraGroups = [ "wheel" "pulse-access" "scanner" "lp" ];
|
||||||
openssh.authorizedKeys.keys = sshKeys.admins;
|
openssh.authorizedKeys.keys = sshKeys.admins;
|
||||||
initialPassword = "test";
|
initialPassword = "test";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user