This commit is contained in:
John Lancaster
2025-06-16 14:14:28 -05:00
parent fbda875a6f
commit 45840d962d
2 changed files with 0 additions and 6 deletions

View File

@@ -23,12 +23,8 @@
# sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt"; # sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bash
git
eza
sops sops
gdbm gdbm
btop
]; ];
virtualisation.docker.enable = true; virtualisation.docker.enable = true;

View File

@@ -35,8 +35,6 @@
nixosSystem = inputs.nixpkgs.lib.nixosSystem; nixosSystem = inputs.nixpkgs.lib.nixosSystem;
userSettings = { userSettings = {
gitUserName = "John Lancaster";
gitUserEmail = "32917998+jsl12@users.noreply.github.com";
userName = "appdaemon"; userName = "appdaemon";
adHome = "/home/appdaemon"; adHome = "/home/appdaemon";
}; };