summaryrefslogtreecommitdiff
path: root/machines/firelink.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-01-19 09:01:09 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-01-19 09:01:09 -0500
commit33aeb1091b221e5e9df998af5f70edf2c0b9c5e5 (patch)
treebf46b2df2f0d72485eae8e3452d5bff5f9ab32a6 /machines/firelink.nix
parent6e072472eaf1aaf374c163ee4a5e50fa7519f617 (diff)
firelink tweaks
Diffstat (limited to 'machines/firelink.nix')
-rw-r--r--machines/firelink.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix
index e705737..3901e32 100644
--- a/machines/firelink.nix
+++ b/machines/firelink.nix
@@ -15,6 +15,8 @@ in {
# Don't run gc on startup.
nix.gc.persistent = false;
+ systemd.watchdog.runtimeTime = "30s";
+ services.fwupd.enable = true;
orbekk.simple-firewall.allowedTCPPorts = [
69
22
@@ -99,7 +101,7 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.grub.efiInstallAsRemovable = true;
boot.kernelPackages = pkgs.my-linuxPackages;
- boot.kernelModules = [ "kvm-amd" "i2c-dev" "amdgpu" ];
+ boot.kernelModules = [ "i2c-dev" "amdgpu" ];
# https://bugzilla.kernel.org/show_bug.cgi?id=203709
boot.extraModprobeConfig = ''