move palatine-hill networking to its own module, switch to systemd-networkd

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-26 18:33:41 -04:00
committed by Richie Cahill
parent ced5ee0633
commit aa03b14b80
2 changed files with 36 additions and 4 deletions

View File

@ -23,14 +23,11 @@ let
];
in
{
imports = [ ./networking.nix ];
systemd.services.hydra-notify.serviceConfig.EnvironmentFile =
config.sops.secrets."hydra/environment".path;
programs.git.lfs.enable = false;
networking = {
hostId = "dc2f9781";
firewall.enable = false;
};
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };