Compare commits
3 commits
9a9991acdc
...
b8b3b7fbff
Author | SHA1 | Date | |
---|---|---|---|
chayleaf | b8b3b7fbff | ||
chayleaf | 52e3509a4a | ||
chayleaf | 99cd2240a5 |
|
@ -197,7 +197,7 @@ config = lib.mkMerge [
|
||||||
};
|
};
|
||||||
programs.yt-dlp.enable = true;
|
programs.yt-dlp.enable = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
qt5ct qgnomeplatform
|
qgnomeplatform
|
||||||
qbittorrent mumble
|
qbittorrent mumble
|
||||||
keepassxc nheko nextcloud-client
|
keepassxc nheko nextcloud-client
|
||||||
# cli tools
|
# cli tools
|
||||||
|
|
|
@ -60,6 +60,10 @@
|
||||||
chatty
|
chatty
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"olm-3.2.16"
|
||||||
|
];
|
||||||
|
|
||||||
programs.sway.enable = true;
|
programs.sway.enable = true;
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -20,7 +20,7 @@ in {
|
||||||
unbound = {
|
unbound = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# controlInterface = "/run/unbound/unbound.ctl";
|
# controlInterface = "/run/unbound/unbound.ctl";
|
||||||
host = "unix:///run/unbound/unbound.ctl";
|
unbound.host = "unix:///run/unbound/unbound.ctl";
|
||||||
listenAddress = netAddresses.lan4;
|
listenAddress = netAddresses.lan4;
|
||||||
group = config.services.unbound.group;
|
group = config.services.unbound.group;
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,4 +32,7 @@ in {
|
||||||
levenshtein
|
levenshtein
|
||||||
pillow
|
pillow
|
||||||
];
|
];
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"olm-3.2.16"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue