mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
chore: remove duplicate code
This commit is contained in:
@@ -29,9 +29,6 @@
|
|||||||
# auto mount usb drives
|
# auto mount usb drives
|
||||||
services = {
|
services = {
|
||||||
udiskie.enable = true;
|
udiskie.enable = true;
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
|
||||||
# syncthing.enable = true;
|
# syncthing.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,9 +4,6 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# security with polkit
|
# security with polkit
|
||||||
services.power-profiles-daemon = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
# security with gnome-kering
|
# security with gnome-kering
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user