pi4
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user