sops pi5
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
user = "matt";
|
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;
|
kernelBundle = pkgs.linuxAndFirmware.v6_6_31;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ll = "ls -alh";
|
ll = "ls -alh";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }:
|
{ config, ... }:
|
||||||
let
|
let
|
||||||
user = "matt";
|
user = "matt";
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user