This commit is contained in:
mjallen18
2025-12-19 17:05:58 -06:00
parent 1280cf9939
commit abdeddf751
7 changed files with 16 additions and 76 deletions

View File

@@ -6,12 +6,6 @@
}:
let
inherit (lib.${namespace}) enabled disabled;
shellAliases = {
update-boot = "sudo nixos-rebuild boot --max-jobs 10 --build-host admin@10.0.1.3";
update-switch = "sudo nixos-rebuild switch --max-jobs 10 --build-host admin@10.0.1.3";
update-flake = "nix flake update mac-nixpkgs mac-nixos-apple-silicon mac-home-manager mac-impermanence mac-sops-nix --flake /etc/nixos";
update-nas = "nixos-rebuild switch --use-remote-sudo --target-host admin@10.0.1.3 --build-host admin@10.0.1.3 --flake ~/nix-config#jallen-nas";
};
# Displays
display = {
input = "eDP-1";
@@ -142,7 +136,5 @@ in
programs = {
password-store = enabled;
zsh.shellAliases = shellAliases;
};
}