syntching
testing and qmk
This commit is contained in:
parent
4a657d52f5
commit
63ee0f1209
6 changed files with 16 additions and 50 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, profiles, pbpKernelLatest, ... }:
|
||||
|
||||
{
|
||||
imports = with profiles; [ mount-nas sshd dbus avahi printing xdg ];
|
||||
imports = with profiles; [ mount-nas sshd dbus avahi printing xdg syncthing ];
|
||||
|
||||
boot = {
|
||||
initrd.availableKernelModules = [ "usbhid" ];
|
||||
|
@ -56,22 +56,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "127.0.0.1:8384";
|
||||
dataDir = "/home/ccr/syncthing";
|
||||
user = "ccr";
|
||||
folders = {
|
||||
"orgzly" = {
|
||||
id = "orgzly";
|
||||
path = "/home/ccr/orgzly";
|
||||
};
|
||||
"roam" = {
|
||||
id = "roam";
|
||||
path = "/home/ccr/roam";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue