Loki config + minior changes
This commit is contained in:
parent
3fce4b4c0c
commit
2051a347b0
3 changed files with 79 additions and 8 deletions
|
|
@ -1,13 +1,15 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
<nixos-hardware/common/cpu/intel>
|
||||
<nixos-hardware/common/pc/laptop>
|
||||
<nixos-hardware/common/pc/laptop/ssd>
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
./laptop.nix
|
||||
./pentablet.nix
|
||||
./pro_audio.nix
|
||||
./defcon.nix
|
||||
./mind.nix
|
||||
# ./laptop.nix
|
||||
# ./pentablet.nix
|
||||
# ./pro_audio.nix
|
||||
# ./defcon.nix
|
||||
# ./mind.nix
|
||||
# ./k3s.nix
|
||||
];
|
||||
|
||||
|
|
@ -79,7 +81,13 @@
|
|||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
# services.printing.enable = true;
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [
|
||||
gutenprint
|
||||
cups-kyocera
|
||||
];
|
||||
};
|
||||
|
||||
# Enable sound.
|
||||
# PULSE
|
||||
|
|
@ -213,7 +221,7 @@
|
|||
enable = true;
|
||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
};
|
||||
services.tlp.enable = false;
|
||||
# services.tlp.enable = false;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue