Merge branch 'main' into ci
This commit is contained in:
commit
e135396e82
3 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Truxnell's homelab
|
# Truxnell's homelab
|
||||||
|
|
||||||
|
[](https://nixos.org)
|
||||||
[](https://nixos.org)
|
[](https://nixos.org)
|
||||||
|
[](https://garnix.io)
|
||||||
|
[][mit]
|
||||||
|
|
||||||
Leveraging nix, nix-os to apply machine and home configurations
|
Leveraging nix, nix-os to apply machine and home configurations
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
7
garnix.yaml
Normal file
7
garnix.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
builds:
|
||||||
|
include:
|
||||||
|
- homeConfigurations.*
|
||||||
|
- nixosConfigurations.*
|
||||||
|
- packages.x86_64-linux.*
|
||||||
|
- packages.aarch64-linux.*
|
||||||
|
|
|
@ -9,9 +9,11 @@
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
|
"https://cache.garnix.io"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||||
];
|
];
|
||||||
trusted-users = [ "root" "@wheel" ];
|
trusted-users = [ "root" "@wheel" ];
|
||||||
auto-optimise-store = lib.mkDefault true;
|
auto-optimise-store = lib.mkDefault true;
|
||||||
|
|
Reference in a new issue