random shit

This commit is contained in:
2025-11-11 16:34:13 -06:00
parent 51c3ae6d1e
commit d92a192a7f
3 changed files with 10 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ in {
boot.loader.systemd-boot.enable = lib.mkForce false;
/*
this uses the project lanzaboote for secureboot (fork of systemd)
this uses the project lanzaboote for secureboot (extension on systemd)
setup guide can be found here: https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md
tldr:
while currently using systemd-boot

View File

@@ -24,6 +24,7 @@ set ignorecase true
# shortcuts
map gb cd /holocron
map gn cd ~/.nix
map gc cd ~/.config
# navigation
map [ half-up

View File

@@ -45,6 +45,14 @@ in {
mode = "644";
path = "${home_dir}/.ssh/id_snowbelle.pub";
};
"id_blake" = {
mode = "0600";
path = "${home_dir}/.ssh/id_blake";
};
"id_blake.pub" = {
mode = "644";
path = "${home_dir}/.ssh/id_blake.pub";
};
};
};
}