This website requires JavaScript.
Explore
Help
Sign in
liv
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
mirror of
https://github.com/Ahwxorg/nixos-config.git
synced
2025-12-04 15:00:13 +01:00
Code
Issues
1
Projects
Releases
Packages
Wiki
Activity
Actions
380405441b
nixos-config
/
modules
/
core
/
hardware.nix
8 lines
90 B
Nix
Raw
Normal View
History
Unescape
Escape
Merge remote-tracking branch 'refs/remotes/origin/master'
2024-12-20 00:28:56 +01:00
{
pkgs
,
.
.
.
}:
code style refactor
2023-11-05 17:56:55 +01:00
{
feat: enable smartd for all machines, local mail soon-ish? thanks openbsd for the idea of local mail
2025-03-24 09:25:31 +01:00
services
.
smartd
=
{
enable
=
true
;
autodetect
=
true
;
}
;
first commit
2023-11-05 11:40:44 +01:00
}
Reference in a new issue
Copy permalink