random shit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -24,6 +24,7 @@ set ignorecase true
|
||||
# shortcuts
|
||||
map gb cd /holocron
|
||||
map gn cd ~/.nix
|
||||
map gc cd ~/.config
|
||||
|
||||
# navigation
|
||||
map [ half-up
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user