forked from pub-solar/os
configurations: don't pass utils
This commit is contained in:
parent
1e45e959be
commit
39c80acdd1
|
@ -16,7 +16,6 @@ let
|
||||||
core = ../profiles/core.nix;
|
core = ../profiles/core.nix;
|
||||||
|
|
||||||
global = {
|
global = {
|
||||||
_module.args.utils = utils;
|
|
||||||
networking.hostName = self;
|
networking.hostName = self;
|
||||||
nix.package = nix.defaultPackage."${system}";
|
nix.package = nix.defaultPackage."${system}";
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
|
|
Loading…
Reference in a new issue