Refactor main

This commit is contained in:
Dave Gallant
2021-05-03 20:24:22 -04:00
parent 2e3b48f9ca
commit 03fc53bf39
5 changed files with 41 additions and 45 deletions

View File

@@ -30,6 +30,23 @@
# Set your time zone.
time.timeZone = "America/Toronto";
services.tailscale.enable = true;
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable sound.
sound.enable = true;
# Enable 32bit for steam
hardware.pulseaudio.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.pulseaudio.support32Bit = true;
virtualisation.docker.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}