From c5228dd700819697ef1a59feceb059866498e9a9 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Thu, 4 Dec 2025 11:47:35 +0100 Subject: [PATCH] chore: small changes --- modules/base/system/nixdaemon.nix | 2 +- modules/users/cholli/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/base/system/nixdaemon.nix b/modules/base/system/nixdaemon.nix index de8e71a..e06f693 100644 --- a/modules/base/system/nixdaemon.nix +++ b/modules/base/system/nixdaemon.nix @@ -53,7 +53,7 @@ auto-optimise-store = true; trusted-users = users; allowed-users = users; - allowed-uris = "github: https://github.com/ git+https://github.com/ gitlab: https://gitlab.com/ git+https://gitlab.com/"; + allowed-uris = "github: https://github.com/ git+https://github.com/ gitlab: https://gitlab.com/ git+https://gitlab.com/ git+https://codeberg.org/"; substituters = [ "https://cache.lix.systems" "https://nix-community.cachix.org" diff --git a/modules/users/cholli/default.nix b/modules/users/cholli/default.nix index 4c56fb6..2788c94 100644 --- a/modules/users/cholli/default.nix +++ b/modules/users/cholli/default.nix @@ -91,6 +91,7 @@ topLevel: { "Videos/.keep".text = ""; ".face".source = ./${defaultIconFileName}; "Pictures/${defaultIconFileName}".source = ./${defaultIconFileName}; + "projects/.keep".text = ""; } // lib.optionalAttrs (osConfig.networking.hostName == "yggdrasil") { # Some Paths for my main machine