1
0
Fork 0

Update from updated-inputs-2024-04-08-01-03

This commit is contained in:
clerie 2024-04-08 03:03:59 +02:00
commit 4a20ffc5f1
5 changed files with 7 additions and 6 deletions

View File

@ -6,6 +6,7 @@
./backup.nix
./locale.nix
./networking.nix
./nix.nix
./programs.nix
./ssh.nix

View File

@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
{

View File

@ -212,11 +212,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1712163089,
"narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=",
"lastModified": 1712439257,
"narHash": "sha256-aSpiNepFOMk9932HOax0XwNxbA38GOUVOiXfUVPOrck=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fd281bd6b7d3e32ddfa399853946f782553163b5",
"rev": "ff0dbd94265ac470dda06a657d5fe49de93b4599",
"type": "github"
},
"original": {

View File

@ -26,7 +26,7 @@
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
nix = {
settings.allowed-uris = "http:// https://";
settings.allowed-uris = "http: https: github:";
distributedBuilds = true;
buildMachines = [
{

View File

@ -26,7 +26,7 @@
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
# Allow Hydra to fetch remote URLs in restricted mode
nix.settings.allowed-uris = "http:// https://";
nix.settings.allowed-uris = "http: https: github:";
services.openssh.settings= {
PermitRootLogin = "yes";