nit(flake): remove vestigital deploy comments
This commit is contained in:
parent
28051e883f
commit
ec64b42a7f
2 changed files with 0 additions and 6 deletions
|
@ -29,9 +29,6 @@
|
|||
home.url = "github:nix-community/home-manager";
|
||||
home.inputs.nixpkgs.follows = "nixos";
|
||||
|
||||
# deploy.url = "github:input-output-hk/deploy-rs";
|
||||
# deploy.inputs.nixpkgs.follows = "nixos";
|
||||
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.inputs.nixpkgs.follows = "nixos";
|
||||
agenix.inputs.home-manager.follows = "home";
|
||||
|
@ -203,8 +200,6 @@
|
|||
|
||||
homeConfigurations = digga.lib.mkHomeConfigurations self.nixosConfigurations;
|
||||
|
||||
# deploy.nodes = digga.lib.mkDeployNodes self.nixosConfigurations { };
|
||||
|
||||
templates.default = self.templates.bud;
|
||||
templates.bud.path = ./.;
|
||||
templates.bud.description = "bud template";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue