This commit is contained in:
mjallen18
2025-06-10 18:58:29 -05:00
parent 75fc28dba5
commit 0fc08dfffc

View File

@@ -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 = [