summaryrefslogtreecommitdiff
path: root/hosts/glados-wsl/config.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2022-12-02 07:47:40 +0000
committerseth <[email protected]>2022-12-02 07:47:40 +0000
commit3222355811768b7c84e13017a51cf53f7969cb4e (patch)
tree30e4f14cbffe3badb45caf24de979d0b0ab4e432 /hosts/glados-wsl/config.nix
parentb673b76f41a1f48c38acb9b67657e097e5b8a61f (diff)
small refractor
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";
- };
- };
- };
-}