Use channels locally, hopefully build offline.
This commit is contained in:
parent
eb3127a99d
commit
951ffa3ff9
|
@ -8,10 +8,7 @@ in {
|
|||
imports = [
|
||||
(initialize {
|
||||
hostname = local.hostname;
|
||||
home-manager-package = builtins.fetchGit {
|
||||
url = "https://github.com/nix-community/home-manager.git";
|
||||
ref = "release-20.09";
|
||||
};
|
||||
home-manager-package = <home-manager>;
|
||||
pkgs = pkgs;
|
||||
})
|
||||
];
|
||||
|
|
|
@ -15,7 +15,7 @@ in {
|
|||
(./. + "/config/domain-config/${host-config.domain}.nix")
|
||||
(./. + "/config/site-config/${host-config.site}.nix")
|
||||
|
||||
(import "${home-manager-package}/nixos")
|
||||
"${home-manager-package}/nixos"
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Reference in New Issue