Merge branch 'production' into next

This commit is contained in:
陈浩南 2024-06-23 19:56:41 +08:00
commit af8426d40c
3 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,13 @@ inputs:
imports = inputs.localLib.findModules ./.;
config =
{
services = { dbus.implementation = "broker"; fstrim.enable = true; acpid.enable = true; };
services =
{
dbus.implementation = "broker";
fstrim.enable = true;
acpid.enable = true;
kubo = { enable = true; autoMount = true; };
};
time.timeZone = "Asia/Shanghai";
boot =
{

View File

@ -33,7 +33,7 @@ inputs:
nix.settings =
{
system-features = [ "big-parallel" "nixos-test" "benchmark" ];
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
keep-failed = true;
max-substitution-jobs = 4;
trusted-public-keys = [ "chn:Cc+nowW1LIpe1kyXOZmNaznFDiH1glXmpb4A+WD/DTE=" ];

View File

@ -6,7 +6,7 @@ inputs:
users.users.chn =
{
extraGroups = inputs.lib.intersectLists
[ "adbusers" "networkmanager" "wheel" "wireshark" "libvirtd" ]
[ "adbusers" "networkmanager" "wheel" "wireshark" "libvirtd" "ipfs" ]
(builtins.attrNames inputs.config.users.groups);
autoSubUidGidRange = true;
hashedPassword = "$y$j9T$xJwVBoGENJEDSesJ0LfkU1$VEExaw7UZtFyB4VY1yirJvl7qS7oiF49KbEBrV0.hhC";