m 2 base: build user defaults to shared
This commit is contained in:
parent
8d82f52c8a
commit
c26ba8d7e6
@ -33,8 +33,6 @@ in
|
|||||||
# uninteresting stuff
|
# uninteresting stuff
|
||||||
#####################
|
#####################
|
||||||
krebs.build.host = config.krebs.hosts.wolf;
|
krebs.build.host = config.krebs.hosts.wolf;
|
||||||
# TODO rename shared user to "krebs"
|
|
||||||
krebs.build.user = config.krebs.users.shared;
|
|
||||||
krebs.build.target = "wolf";
|
krebs.build.target = "wolf";
|
||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
|
@ -14,7 +14,7 @@ with lib;
|
|||||||
};
|
};
|
||||||
|
|
||||||
# TODO rename shared user to "krebs"
|
# TODO rename shared user to "krebs"
|
||||||
krebs.build.user = config.krebs.users.shared;
|
krebs.build.user = mkDefault config.krebs.users.shared;
|
||||||
krebs.build.source = {
|
krebs.build.source = {
|
||||||
git.nixpkgs = {
|
git.nixpkgs = {
|
||||||
url = https://github.com/NixOS/nixpkgs;
|
url = https://github.com/NixOS/nixpkgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user