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 ./backup.nix
./locale.nix ./locale.nix
./networking.nix
./nix.nix ./nix.nix
./programs.nix ./programs.nix
./ssh.nix ./ssh.nix

View File

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

View File

@ -212,11 +212,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1712163089, "lastModified": 1712439257,
"narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=", "narHash": "sha256-aSpiNepFOMk9932HOax0XwNxbA38GOUVOiXfUVPOrck=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fd281bd6b7d3e32ddfa399853946f782553163b5", "rev": "ff0dbd94265ac470dda06a657d5fe49de93b4599",
"type": "github" "type": "github"
}, },
"original": { "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" ]; networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
nix = { nix = {
settings.allowed-uris = "http:// https://"; settings.allowed-uris = "http: https: github:";
distributedBuilds = true; distributedBuilds = true;
buildMachines = [ 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" ]; 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 # 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= { services.openssh.settings= {
PermitRootLogin = "yes"; PermitRootLogin = "yes";