mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
parent
068ecff047
commit
f259656e1c
1 changed files with 15 additions and 0 deletions
|
|
@ -46,6 +46,21 @@
|
|||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
};
|
||||
|
||||
# services.smartd = {
|
||||
# enable = true;
|
||||
# devices = [
|
||||
# {
|
||||
# device = "/dev/disk/by-id/scsi-350014e2eb8b19461";
|
||||
# }
|
||||
# {
|
||||
# device = "/dev/disk/by-id/scsi-35000cc2a5cce6c33";
|
||||
# }
|
||||
# {
|
||||
# device = "/dev/disk/by-id/scsi-35000c500db1f5eb8";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue