Enable network printing and scanning
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
users.users.coolneng = {
|
||||
isNormalUser = true;
|
||||
home = "/home/coolneng";
|
||||
extraGroups = [ "wheel" "video" "audio" "libvirtd" ];
|
||||
extraGroups = [ "wheel" "video" "audio" "libvirtd" "lp" ];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
./modules/datasync.nix
|
||||
./modules/audio.nix
|
||||
./modules/development.nix
|
||||
./modules/printing.nix
|
||||
./modules/hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user