Compare commits
No commits in common. "57cc4eef4a0923e3c0c78befe1fba047ffe542be" and "4d1eb8cd94fbc1cb24af3d59814f95cf83e647d0" have entirely different histories.
57cc4eef4a
...
4d1eb8cd94
2 changed files with 2 additions and 14 deletions
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
# Config for garnix.io builds & caching
|
|
||||||
builds:
|
|
||||||
include:
|
|
||||||
- homeConfigurations.*
|
|
||||||
- nixosConfigurations.*
|
|
||||||
- packages.x86_64-linux.*
|
|
||||||
- packages.aarch64-linux.*
|
|
|
@ -20,12 +20,8 @@
|
||||||
options = [ "x-systemd.automount" "noauto" ];
|
options = [ "x-systemd.automount" "noauto" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.trusted-users = [ "root" "jahanson" ];
|
||||||
trusted-users = [ "root" "jahanson" ];
|
|
||||||
extra-substituters = "https://cache.garnix.io";
|
|
||||||
extra-trusted-public-keys = "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable fish
|
# Enable fish
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
Reference in a new issue