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_max=2147483648"
"zfs.zfs_arc_meta_limit_percent=90" "zfs.zfs_arc_meta_limit_percent=90"
"workqueue.power_efficient=y" "workqueue.power_efficient=y"
"ipv6.disable=1"
"ahci.mobile_lpm_policy=3" "ahci.mobile_lpm_policy=3"
"nmi_watchdog=0" "nmi_watchdog=0"
"msr.allow_writes=on" "msr.allow_writes=on"

View File

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

View File

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

View File

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

View File

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

View File

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