summaryrefslogtreecommitdiff
path: root/hosts/glados-wsl/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/glados-wsl/config.nix')
-rw-r--r--hosts/glados-wsl/config.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/hosts/glados-wsl/config.nix b/hosts/glados-wsl/config.nix
deleted file mode 100644
index 7a649af..0000000
--- a/hosts/glados-wsl/config.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ config, pkgs, ...}:
-
-{
- # hardware = {
- # nvidia.package = boot.kernelPackages.nvidiaPackages.stable;
- # xserver = {
- # videoDrivers = [ "nvidia" ];
- # };
- # opengl.enable = true;
- # };
-
- networking.hostName = "glados-wsl";
-
- programs = {
- gnupg = {
- agent = {
- enable = true;
- pinentryFlavor = "curses";
- };
- };
- };
-}