Attempt at using lix
Without remote builds and with my laptop setup it's not really viable for now :(
This commit is contained in:
parent
e68be9e665
commit
c4bb02b16e
4 changed files with 127 additions and 5 deletions
|
@ -12,6 +12,7 @@
|
|||
./diff
|
||||
./gaming
|
||||
./geoffrey.nix
|
||||
# ./lix
|
||||
./printing
|
||||
./remote-builds
|
||||
./style
|
||||
|
|
16
os/lix/default.nix
Normal file
16
os/lix/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, lib, config, lix-module, ... }:
|
||||
{
|
||||
imports = [
|
||||
lix-module.nixosModules.default
|
||||
];
|
||||
config = {
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://cache.lix.systems"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue