Changes to nixops for clunk (but still broken)
This commit is contained in:
+2
-4
@@ -4,9 +4,7 @@ let
|
||||
local = import ../host-config.nix;
|
||||
initialize = import ./initialize.nix;
|
||||
|
||||
# (import "${builtins.fetchTarball https://github.com/rycee/home-manager/archive/master.tar.gz}/nixos")
|
||||
|
||||
in {
|
||||
in {
|
||||
imports = [
|
||||
(initialize {
|
||||
hostname = local.hostname;
|
||||
@@ -15,7 +13,7 @@ in {
|
||||
domain = local.domain;
|
||||
home-manager-package = builtins.fetchGit {
|
||||
url = "https://github.com/nix-community/home-manager.git";
|
||||
ref = "release-20.09";
|
||||
ref = "release-20.09";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user