summaryrefslogtreecommitdiff
path: root/nixosConfigurations/eonwe
diff options
context:
space:
mode:
Diffstat (limited to 'nixosConfigurations/eonwe')
-rw-r--r--nixosConfigurations/eonwe/default.nix18
1 files changed, 12 insertions, 6 deletions
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