mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -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";
|
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,
|
||||||
|
|
|
@ -51,6 +51,4 @@
|
||||||
"audio"
|
"audio"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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="
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue