feat(jeeves): enable x86-64 v2 and v3 system features #73
@@ -1,4 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
{ inputs, lib, ... }:
|
||||
let
|
||||
vars = import ./vars.nix;
|
||||
in
|
||||
@@ -25,6 +25,10 @@ in
|
||||
./runners
|
||||
./syncthing.nix
|
||||
];
|
||||
nix.settings.system-features = lib.mkAfter [
|
||||
"gccarch-x86-64-v2"
|
||||
"gccarch-x86-64-v3"
|
||||
];
|
||||
|
||||
services = {
|
||||
openssh.ports = [ 629 ];
|
||||
|
||||
Reference in New Issue
Block a user