Changes to nixops for clunk (but still broken)

This commit is contained in:
2021-02-26 09:30:38 -06:00
parent 4143610c0f
commit 3d4fb6c336
15 changed files with 130 additions and 120 deletions
+2 -4
View File
@@ -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";
};
})
];