gorgon: add smartmon
This commit is contained in:
parent
4d77f9184b
commit
e251d9865c
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,8 @@ in
|
||||||
|
|
||||||
services.avahi.enable = true;
|
services.avahi.enable = true;
|
||||||
|
|
||||||
|
services.smartd.enable = true;
|
||||||
|
|
||||||
services.tor = {
|
services.tor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
client.enable = true;
|
client.enable = true;
|
||||||
|
@ -124,6 +126,7 @@ in
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
chromium
|
chromium
|
||||||
ghostscript
|
ghostscript
|
||||||
|
smartmontools
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue