home: move laptop nix config to dotfiles
This commit is contained in:
parent
ffc6c8fa45
commit
e4d5b6854c
6
home-manager/Readme.org
Normal file
6
home-manager/Readme.org
Normal file
@ -0,0 +1,6 @@
|
||||
#+title: Readme
|
||||
|
||||
[[file:laptop-nix.conf]] was manually symlinked to file:/etc/nix/nix.conf
|
||||
and [[file:flake.nix]] was symlinked to file:~/.config/home-manager/flake.nix
|
||||
|
||||
For deployment!!
|
12
home-manager/laptop-nix.conf
Normal file
12
home-manager/laptop-nix.conf
Normal file
@ -0,0 +1,12 @@
|
||||
build-users-group = nixbld
|
||||
|
||||
experimental-features = nix-command flakes
|
||||
|
||||
builders-use-substitutes = true
|
||||
trusted-substituters = ssh://192.168.3.118
|
||||
substituters = ssh://192.168.3.118 https://cache.nixos.org https://nix-community.cachix.org
|
||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
|
||||
# builders = ssh://192.168.3.118 - - 16 2 kvm,big-parallel,nixos-test
|
||||
|
||||
extra-platforms = aarch64-linux
|
||||
extra-sandbox-paths = /usr/bin/qemu-aarch64-static
|
Loading…
x
Reference in New Issue
Block a user