This commit is contained in:
mjallen18
2025-05-09 14:44:20 -05:00
parent 2ba6a6e0ba
commit 1d1d5610ed

View File

@@ -3,7 +3,6 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }:
let
user = "matt";
password = "$y$j9T$EkPXmsmIMFFZ.WRrBYCxS1$P0kwo6e4.WM5DsqUcEqWC3MrZp5KfCjxffraMFZWu06";
@@ -12,6 +11,7 @@ let
interface = "wlan0";
timezone = "America/Chicago";
hostname = "pi5";
kernelBundle = pkgs.linuxAndFirmware.v6_6_31;
in
{
imports = [