Commit e8edb24cc40d
Changed files (1)
systems
aomi
systems/aomi/system.nix
@@ -25,6 +25,16 @@ in
git
];
+ # Nix custom config (Determinate installer includes nix.custom.conf)
+ environment.etc."nix/nix.custom.conf" = {
+ text = ''
+ trusted-users = root @wheel
+ extra-substituters = http://okinawa.vpn:5000
+ extra-trusted-public-keys = cache.okinawa.home:gp+IG0OaO4L/J0drL8OwmDtMPmdUq4kfLwg3mR8BkCs=
+ '';
+ mode = "0644";
+ };
+
# WireGuard: config managed by system-manager, service by Fedora native wg-quick@wg0
# Nix-store binaries lack proper SELinux context for network admin ops,
# so we use Fedora's wg-quick which runs with the correct domain.