From 0221d5913ea26fde9493dadfbb265f2ff103124f Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 30 Sep 2023 15:21:49 +0300 Subject: 2023-09-30 --- nixosConfigurations/eonwe/default.nix | 1 + nixosConfigurations/melian/default.nix | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'nixosConfigurations') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 852dc07..7a23ef0 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -42,6 +42,7 @@ with lib; { obs-studio openmw openttd + qbittorrent qzdl radeontop vcmi diff --git a/nixosConfigurations/melian/default.nix b/nixosConfigurations/melian/default.nix index d38e09b..f4178e2 100644 --- a/nixosConfigurations/melian/default.nix +++ b/nixosConfigurations/melian/default.nix @@ -1,9 +1,4 @@ -{ - lib, - pkgs, - ... -}: -with lib; { +{pkgs, ...}: { nixfiles.modules = { wireguard.client.enable = true; @@ -31,7 +26,7 @@ with lib; { # suspend due to a kernel bug[1] which is still not fixed. # # I guess this can also be fixed differently[2], which does look a lot nicer - # but I just can't bother. + # but I'm just too lazy. # # [1]: https://bbs.archlinux.org/viewtopic.php?id=270964 # [1]: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/522998 -- cgit 1.4.1