Compare commits

..

No commits in common. "39f3d1c115e306cad597db9ba6e94aace39617ba" and "e69f5a3a0880521fcc1b2572b50e6bc153a35eed" have entirely different histories.

6 changed files with 13 additions and 12 deletions

View File

@ -10,6 +10,7 @@ with pkgs;
"zfs.zfs_arc_max=2147483648"
"zfs.zfs_arc_meta_limit_percent=90"
"workqueue.power_efficient=y"
"ipv6.disable=1"
"ahci.mobile_lpm_policy=3"
"nmi_watchdog=0"
"msr.allow_writes=on"

View File

@ -9,11 +9,11 @@
]
},
"locked": {
"lastModified": 1701216516,
"narHash": "sha256-jKSeJn+7hZ1dZdiH1L+NWUGT2i/BGomKAJ54B9kT06Q=",
"lastModified": 1696775529,
"narHash": "sha256-TYlE4B0ktPtlJJF9IFxTWrEeq+XKG8Ny0gc2FGEAdj0=",
"owner": "ryantm",
"repo": "agenix",
"rev": "13ac9ac6d68b9a0896e3d43a082947233189e247",
"rev": "daf42cb35b2dc614d1551e37f96406e4c4a2d3e4",
"type": "github"
},
"original": {
@ -116,11 +116,11 @@
]
},
"locked": {
"lastModified": 1700968077,
"narHash": "sha256-Lax+2g7G3Fe+ckMrHLYTl+97unbmNDmN1qS9MLBkxr4=",
"lastModified": 1693107069,
"narHash": "sha256-5dVXPchyvzmytanlwXHcmeQP9AfO/98Q6V+QtsMl5vQ=",
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "bd3aec0ecb0fdde863a7ed2c6caa220c47e22c07",
"rev": "53d40cf1bea235658ef8f6e8b8a1d033e2ecbfff",
"type": "github"
},
"original": {
@ -131,11 +131,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1701436327,
"narHash": "sha256-tRHbnoNI8SIM5O5xuxOmtSLnswEByzmnQcGGyNRjxsE=",
"lastModified": 1697059129,
"narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "91050ea1e57e50388fa87a3302ba12d188ef723a",
"rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593",
"type": "github"
},
"original": {

View File

@ -6,7 +6,7 @@ let
# HACK Replace youtube-dl with yt-dlp in mopidy-youtube
mopidy-youtube-yt_dlp = mopidy-youtube.overrideAttrs (old: rec {
propagatedBuildInputs = old.propagatedBuildInputs
++ [ python3.pkgs.yt-dlp python3.pkgs.ytmusicapi ];
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
});
soundcloud_token = builtins.readFile ../secrets/soundcloud_token;

View File

@ -87,7 +87,6 @@ with pkgs;
# Integrate pass with the browser
programs.browserpass.enable = true;
programs.firefox.enable = true;
# Enable WebRTC screensharing
xdg.portal = {

View File

@ -46,7 +46,7 @@ in {
name = "wlan0";
matchConfig = {
Name = "wlan0";
SSID = "Zingarata";
SSID = "WiFi-5.0-CE42";
};
address = [ "192.168.13.131/24" ];
gateway = [ "192.168.13.1" ];

View File

@ -28,6 +28,7 @@ in {
git-crypt
git-lfs
# Browsers
firefox-wayland
ungoogled-chromium
# LaTeX
texlive.combined.scheme-full