1
0

Compare commits

..

No commits in common. "4a20ffc5f1f91c6bcdde33541743da95e062b2ca" and "3c0e1052f758917b69d60e0f4b5a9c6be3cd6867" have entirely different histories.

5 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,6 @@
./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": 1712439257,
"narHash": "sha256-aSpiNepFOMk9932HOax0XwNxbA38GOUVOiXfUVPOrck=",
"lastModified": 1712163089,
"narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ff0dbd94265ac470dda06a657d5fe49de93b4599",
"rev": "fd281bd6b7d3e32ddfa399853946f782553163b5",
"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: github:";
settings.allowed-uris = "http:// https://";
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: github:";
nix.settings.allowed-uris = "http:// https://";
services.openssh.settings= {
PermitRootLogin = "yes";