pi4
This commit is contained in:
@@ -2,10 +2,11 @@
|
|||||||
# your system. Help is available in the configuration.nix(5) man page, on
|
# 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`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
user = "matt";
|
user = "matt";
|
||||||
# password = config.sops.secrets."pi4/matt-password".path;
|
# password = config.sops.secrets."pi4/matt-password".path;
|
||||||
|
kernelBundle = pkgs.linuxAndFirmware.latest;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@@ -56,10 +57,6 @@ in
|
|||||||
hardware.i2c.enable = true;
|
hardware.i2c.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
hardware.argonone = {
|
|
||||||
enable = false;
|
|
||||||
package = pkgs.argononed;
|
|
||||||
};
|
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
authorizedKeysFiles = [
|
authorizedKeysFiles = [
|
||||||
|
|||||||
Reference in New Issue
Block a user