updates
This commit is contained in:
parent
06f6f5f4a6
commit
fa23dd9e01
9 changed files with 218 additions and 204 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, inputs, ... }:
|
||||
{ lib, inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./users
|
||||
|
@ -38,7 +38,7 @@
|
|||
nix = {
|
||||
# registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
# nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
# package = pkgs.nixUnstable;
|
||||
package = pkgs.lix;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
trusted-users = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue