This website requires JavaScript.
Explore
Help
Sign in
VSinerva
/
nixos-conf
Watch
1
Star
0
Fork
You've already forked nixos-conf
0
Code
Activity
Actions
7f86f592b3
nixos-conf
/
hardware-specific
/
usb-automount.nix
9 lines
110 B
Nix
Raw
Normal View
History
Unescape
Escape
Clean up unnecessary arguments from files. Minor re-org
2025-01-02 15:46:08 +02:00
{
.
.
.
}:
Split generic parts out of machine-confs/helium.nix
2024-06-06 21:12:13 +03:00
{
services
=
{
devmon
.
enable
=
true
;
gvfs
.
enable
=
true
;
udisks2
.
enable
=
true
;
}
;
}
Copy permalink