Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d9dcc8a7e |
@@ -1,4 +1,4 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, lib, ... }:
|
||||||
let
|
let
|
||||||
vars = import ./vars.nix;
|
vars = import ./vars.nix;
|
||||||
in
|
in
|
||||||
@@ -26,6 +26,8 @@ in
|
|||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings.system-features = lib.mkAfter [ "gccarch-x86-64-v3" ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh.ports = [ 629 ];
|
openssh.ports = [ 629 ];
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ in
|
|||||||
useHostResolvConf = false;
|
useHostResolvConf = false;
|
||||||
};
|
};
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
|
system-features = lib.mkAfter [ "gccarch-x86-64-v3" ];
|
||||||
trusted-substituters = [
|
trusted-substituters = [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://cache.tmmworkshop.com"
|
"https://cache.tmmworkshop.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user