fixing ddclient

This commit is contained in:
Chris Cochrun 2025-03-22 23:22:15 -05:00
parent 36307fd401
commit 40dbdaeb3e
2 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,7 @@
settings = { auto-optimise-store = true; };
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
};
# nixpkgs.config.allowUnFree = true;
nixpkgs.config.allowUnFree = true;
# pkgs.config.allowUnfree = true;
system.autoUpgrade = {