diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index e2a36c3..4e9da0d 100755 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -2,10 +2,11 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ config, pkgs, ... }: +{ config, lib, pkgs, ... }: let user = "matt"; # password = config.sops.secrets."pi4/matt-password".path; + kernelBundle = pkgs.linuxAndFirmware.latest; in { imports = [ @@ -56,10 +57,6 @@ in hardware.i2c.enable = true; services = { - hardware.argonone = { - enable = false; - package = pkgs.argononed; - }; openssh = { enable = true; authorizedKeysFiles = [