Skip to content

Commit

Permalink
Make printing work
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Mar 11, 2024
1 parent d007a47 commit 1cd2fa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
useXkbConfig = true; # use xkbOptions in tty.
};

# Thermal data
services = {

# Thermal data
thermald.enable = false; # TODO(dm) error here

# Enable the X11 windowing system.
Expand All @@ -74,6 +74,13 @@
# Printing
printing.enable = true;

# From https://nixos.wiki/wiki/Printing
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};

# Firmware managment
fwupd = {
enable = true;
Expand Down
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ in
extensions = with pkgs.vscode-extensions; [
ms-python.python
ms-azuretools.vscode-docker
ms-vscode-remote.remote-ssh
dracula-theme.theme-dracula
bbenoist.nix
github.copilot
Expand Down

0 comments on commit 1cd2fa3

Please sign in to comment.