I clearly don't know where to put this...

This commit is contained in:
Daylin Morgan 2024-01-23 12:33:38 -06:00
parent 54f93a41b1
commit 21395ede95
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
5 changed files with 8 additions and 12 deletions

View File

@ -9,6 +9,11 @@
wezterm.url = "github:wez/wezterm?dir=nix"; wezterm.url = "github:wez/wezterm?dir=nix";
}; };
nixConfig = {
extra-substituters = [ "https://daylin.cachix.org"];
extra-trusted-public-keys = ["daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k="];
};
outputs = inputs @ { outputs = inputs @ {
self, self,
nixpkgs, nixpkgs,

View File

@ -51,6 +51,4 @@
"audio" "audio"
]; ];
}; };
} }

View File

@ -32,7 +32,7 @@
catppuccin-cursors.mochaDark catppuccin-cursors.mochaDark
pavucontrol pavucontrol
]; ];
nixpkgs.overlays = [ inputs.nixpkgs-wayland.overlay ]; nixpkgs.overlays = [inputs.nixpkgs-wayland.overlay];
# wayland extras # wayland extras
nix.settings = { nix.settings = {
# add binary caches # add binary caches

View File

@ -23,13 +23,7 @@
alejandra alejandra
]; ];
nix.settings = { nix.settings = {
trusted-users = ["daylin"]; trusted-users = ["daylin"];
substituters = [
"https://daylin.cachix.org"
];
trusted-public-keys = [
"daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k="
];
}; };
} }

View File

@ -1,4 +1,4 @@
{...}:{ {...}: {
services.restic.backups.gdrive = { services.restic.backups.gdrive = {
extraBackupArgs = [ extraBackupArgs = [
"--exclude-file /home/daylin/.config/restic/excludes.txt" "--exclude-file /home/daylin/.config/restic/excludes.txt"
@ -21,5 +21,4 @@
RandomizedDelaySec = "5h"; RandomizedDelaySec = "5h";
}; };
}; };
} }