1
1

Add the seal post script into nix file itself.

Some comments on how to use Gitea.
Switching mentions of users to alice
This commit is contained in:
2023-06-28 19:46:20 -04:00
parent 3db497ce1a
commit ecb0121fd2
4 changed files with 47 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
auto-optimise-store = true;
# Required by Cachix to be used as non-root user
trusted-users = [ "root" "bill" ];
trusted-users = [ "root" "alice" ];
};
};