diff --git a/hosts/pi5/configuration.nix b/hosts/pi5/configuration.nix index 43d2046..66332be 100755 --- a/hosts/pi5/configuration.nix +++ b/hosts/pi5/configuration.nix @@ -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 { diff --git a/hosts/pi5/home.nix b/hosts/pi5/home.nix index 02abd57..a2e89a8 100755 --- a/hosts/pi5/home.nix +++ b/hosts/pi5/home.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: let shellAliases = { ll = "ls -alh"; diff --git a/hosts/pi5/sops.nix b/hosts/pi5/sops.nix index 873ca65..ec1670e 100755 --- a/hosts/pi5/sops.nix +++ b/hosts/pi5/sops.nix @@ -1,4 +1,4 @@ -{ ... }: +{ config, ... }: let user = "matt"; in