librewolf to home-manager
This commit is contained in:
8
jawz.nix
8
jawz.nix
@@ -22,6 +22,8 @@ in
|
||||
"syncthing_keys/${hostName}" = keyConfig ".config/syncthing/key.pem";
|
||||
"syncthing_certs/${hostName}" = keyConfig ".config/syncthing/cert.pem";
|
||||
};
|
||||
|
||||
home-manager.users.jawz.home.file.".librewolf/.stignore".source = ./dotfiles/stignore;
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "jawz";
|
||||
@@ -39,12 +41,12 @@ in
|
||||
};
|
||||
folders = {
|
||||
cache = {
|
||||
path = "/home/jawz/Downloads/cache/";
|
||||
path = "~/Downloads/cache/";
|
||||
ignorePerms = false;
|
||||
devices = [ "galaxy" ];
|
||||
};
|
||||
gdl = {
|
||||
path = "/home/jawz/.config/jawz/";
|
||||
path = "~/.config/jawz/";
|
||||
ignorePerms = false;
|
||||
devices = [
|
||||
"server"
|
||||
@@ -53,7 +55,7 @@ in
|
||||
];
|
||||
};
|
||||
librewolf = {
|
||||
path = "/home/jawz/.librewolf/";
|
||||
path = "~/.librewolf/";
|
||||
ignorePerms = false;
|
||||
copyOwnershipFromParent = true;
|
||||
type = if config.networking.hostName == "workstation" then "sendonly" else "receiveonly";
|
||||
|
||||
Reference in New Issue
Block a user