This commit is contained in:
albert 2025-01-11 00:35:44 +01:00
parent 31be6dc508
commit 58f529f405
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 9 additions and 6 deletions

View file

@ -62,7 +62,7 @@ in
};
nix_shell = {
disabled = false;
disabled = true;
heuristic = false;
symbol = " ";
format = "[$symbol]($style)";
@ -72,7 +72,8 @@ in
directory = {
style = "fg:${directoryFG} bg:${directoryBG}";
format = "[ $path ]($style)";
truncation_length = 3;
truncate_to_repo = true;
truncation_length = 2;
truncation_symbol = "/";
substitutions = {
Documents = "󰈙 ";

View file

@ -29,6 +29,8 @@
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJm3bTcalJgoZt7t5FqFrJl7ZYlC09ew2QWUVF6w1Iih albert@bakersfield-rpi4''
# (Sat Jul 27 12:34:43 PM JST 2024) albert@nixos-desktop
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMrfwK60FYqUwvUwRuI3pwMnVX28aeuOvRPCMLNOi5IT albert@nixos-desktop''
# (Fri Jan 10 07:17:36 PM UTC 2025) albert@framework16
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINfcao5UIv+g0MC6kY0ftP94xROKRoqqdTy7/2jRIMbS albert@framework16''
];
hostKeys = [
# CAUTION: You WANT to generate a new key. This is stored plaintext in /boot

View file

@ -4,15 +4,15 @@
(modulesPath + "/installer/scan/not-detected.nix")
./disks.nix
../../common/services/tailscale-autoconnect.nix
# ../../common/modules/secureboot.nix
../../common/modules/boot.nix
../../common/modules/secureboot.nix
# ../../common/modules/boot.nix
../../common/modules/udev-rules.nix
# ../../common/modules/yubikey-auth.nix
../../common/modules/builder.nix
# ../../common/services/podman.nix
../../common/services/podman.nix
../../common/services/geoclue.nix
../../common/services/syncthing.nix
# ../../common/services/ollama.nix
../../common/services/ollama.nix
];
# TODO: Fix this