From ec144aaa8fb8c5a4b65e60bbc31a52d71d6e646a Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jun 2023 02:39:11 +0300 Subject: 2023-06-01 --- nixosConfigurations/eonwe/default.nix | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'nixosConfigurations/eonwe') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 1545925..b66aec2 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -18,7 +18,6 @@ with lib; { lutris.enable = true; minecraft.client.enable = true; steam.enable = true; - steam-run.quirks.crusaderKings3 = true; }; android.enable = true; bluetooth.enable = true; @@ -28,6 +27,8 @@ with lib; { mpd.enable = true; ipfs.enable = true; + vscode.enable = true; + common.nix.allowedUnfreePackages = ["burpsuite"]; }; @@ -41,6 +42,7 @@ with lib; { openttd radeontop vcmi + vial whatweb ]; @@ -63,13 +65,17 @@ with lib; { services.mpd.musicDirectory = mkForce "/mnt/udata/music"; }; - services.smartd = { - enable = true; - notifications.mail = { + services = { + smartd = { enable = true; - sender = "admin+smartd@${my.domain.shire}"; - recipient = "admin+smartd@${my.domain.shire}"; + notifications.mail = { + enable = true; + sender = "admin+smartd@${my.domain.shire}"; + recipient = "admin+smartd@${my.domain.shire}"; + }; }; + + udev.packages = with pkgs; [vial]; }; # Usually stuff that is going to be compiled on this machine is going to have -- cgit v1.2.3