This commit is contained in:
2025-05-09 15:24:54 -05:00
parent b9f27b3ada
commit 4157ebcf0e
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
{ config, lib, pkgs, ... }:
let
user = "matt";
password = config.sops.secrets."jallen-nas/admin_password".path;
password = config.sops.secrets."desktop/matt_password".path;
kernelBundle = pkgs.linuxAndFirmware.v6_6_31;
in
{

View File

@@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
let
shellAliases = {
ll = "ls -alh";

View File

@@ -1,4 +1,4 @@
{ ... }:
{ config, ... }:
let
user = "matt";
in