summaryrefslogtreecommitdiff
path: root/hosts/glados-wsl/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-25 20:26:41 -0500
committerseth <[email protected]>2023-01-26 03:49:52 -0500
commit7608b3701bf43502a9d3e5752b5f4cd9643f126b (patch)
tree31e8e43af2effe1a306db6cc3b65171101968698 /hosts/glados-wsl/default.nix
parent7c93704d3d49a7dc3f0067beb80846ca539d392b (diff)
help
Diffstat (limited to 'hosts/glados-wsl/default.nix')
-rw-r--r--hosts/glados-wsl/default.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/hosts/glados-wsl/default.nix b/hosts/glados-wsl/default.nix
index 49db2ae..d77baf6 100644
--- a/hosts/glados-wsl/default.nix
+++ b/hosts/glados-wsl/default.nix
@@ -19,23 +19,4 @@
nix.settings.experimental-features = ["nix-command" "flakes"];
system.stateVersion = "22.11";
-
- # hardware = {
- # nvidia.package = boot.kernelPackages.nvidiaPackages.stable;
- # xserver = {
- # videoDrivers = [ "nvidia" ];
- # };
- # opengl.enable = true;
- # };
-
- networking.hostName = "glados-wsl";
-
- programs = {
- gnupg = {
- agent = {
- enable = true;
- pinentryFlavor = "curses";
- };
- };
- };
}