From aca5eff381f76bc29f25191efc281ccf50cf0e3e Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 1 Dec 2022 22:17:21 -0500 Subject: initial commit of files --- hosts/glados/config.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 hosts/glados/config.nix (limited to 'hosts/glados/config.nix') diff --git a/hosts/glados/config.nix b/hosts/glados/config.nix new file mode 100644 index 0000000..819a4f4 --- /dev/null +++ b/hosts/glados/config.nix @@ -0,0 +1,22 @@ +{ config, pkgs, ...}: + +{ + # hardware = { + # nvidia.package = boot.kernelPackages.nvidiaPackages.stable; + # xserver = { + # videoDrivers = [ "nvidia" ]; + # }; + # opengl.enable = true; + # }; + + networking.hostName = "glados"; + + programs = { + gnupg = { + agent = { + enable = true; + pinentryFlavor = "curses"; + }; + }; + }; +} -- cgit v1.2.3