adding ddclient to nix situation

This commit is contained in:
Chris Cochrun 2025-03-22 22:31:22 -05:00
parent c3de5f9330
commit 2bdb4733f9
6 changed files with 89 additions and 31 deletions

View file

@ -39,8 +39,8 @@
emacs = {
url =
"github:nix-community/emacs-overlay/dd38645351b6f14cda47c81456131c86b11386db";
#inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixos-unstable-small";
inputs.nixpkgs.follows = "nixpkgs";
#inputs.nixpkgs.follows = "nixos-unstable-small";
};
nix-bitcoin = { url = "github:fort-nix/nix-bitcoin/release"; };
simple-nixos-mailserver = {