mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
I clearly don't know where to put this...
This commit is contained in:
parent
54f93a41b1
commit
21395ede95
5 changed files with 8 additions and 12 deletions
|
@ -9,6 +9,11 @@
|
|||
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 @ {
|
||||
self,
|
||||
nixpkgs,
|
||||
|
|
|
@ -51,6 +51,4 @@
|
|||
"audio"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
catppuccin-cursors.mochaDark
|
||||
pavucontrol
|
||||
];
|
||||
nixpkgs.overlays = [ inputs.nixpkgs-wayland.overlay ];
|
||||
nixpkgs.overlays = [inputs.nixpkgs-wayland.overlay];
|
||||
# wayland extras
|
||||
nix.settings = {
|
||||
# add binary caches
|
||||
|
|
|
@ -23,13 +23,7 @@
|
|||
alejandra
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
nix.settings = {
|
||||
trusted-users = ["daylin"];
|
||||
substituters = [
|
||||
"https://daylin.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k="
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{...}:{
|
||||
{...}: {
|
||||
services.restic.backups.gdrive = {
|
||||
extraBackupArgs = [
|
||||
"--exclude-file /home/daylin/.config/restic/excludes.txt"
|
||||
|
@ -21,5 +21,4 @@
|
|||
RandomizedDelaySec = "5h";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue