pi4 stuffs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
user = "matt";
|
||||
password = config.sops.secrets."desktop/matt_password".path;
|
||||
# password = config.sops.secrets."desktop/matt_password".path;
|
||||
# kernelBundle = pkgs.linuxAndFirmware.v6_6_31;
|
||||
in
|
||||
{
|
||||
@@ -16,7 +16,7 @@ in
|
||||
# ./hardware-configuration.nix
|
||||
# ../../share/disko/default-hardware-config.nix
|
||||
./networking.nix
|
||||
./sops.nix
|
||||
# ./sops.nix
|
||||
../default.nix
|
||||
];
|
||||
programs.zsh.enable = true;
|
||||
@@ -79,7 +79,8 @@ in
|
||||
mutableUsers = false;
|
||||
users."${user}" = {
|
||||
isNormalUser = true;
|
||||
hashedPasswordFile = password;
|
||||
# hashedPasswordFile = password;
|
||||
password = "BogieDudie1";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"docker"
|
||||
|
||||
Reference in New Issue
Block a user