Updagtes
This commit is contained in:
parent
31be6dc508
commit
58f529f405
3 changed files with 9 additions and 6 deletions
|
@ -62,7 +62,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
nix_shell = {
|
nix_shell = {
|
||||||
disabled = false;
|
disabled = true;
|
||||||
heuristic = false;
|
heuristic = false;
|
||||||
symbol = " ";
|
symbol = " ";
|
||||||
format = "[$symbol]($style)";
|
format = "[$symbol]($style)";
|
||||||
|
@ -72,7 +72,8 @@ in
|
||||||
directory = {
|
directory = {
|
||||||
style = "fg:${directoryFG} bg:${directoryBG}";
|
style = "fg:${directoryFG} bg:${directoryBG}";
|
||||||
format = "[ $path ]($style)";
|
format = "[ $path ]($style)";
|
||||||
truncation_length = 3;
|
truncate_to_repo = true;
|
||||||
|
truncation_length = 2;
|
||||||
truncation_symbol = "…/";
|
truncation_symbol = "…/";
|
||||||
substitutions = {
|
substitutions = {
|
||||||
Documents = " ";
|
Documents = " ";
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJm3bTcalJgoZt7t5FqFrJl7ZYlC09ew2QWUVF6w1Iih albert@bakersfield-rpi4''
|
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJm3bTcalJgoZt7t5FqFrJl7ZYlC09ew2QWUVF6w1Iih albert@bakersfield-rpi4''
|
||||||
# (Sat Jul 27 12:34:43 PM JST 2024) albert@nixos-desktop
|
# (Sat Jul 27 12:34:43 PM JST 2024) albert@nixos-desktop
|
||||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMrfwK60FYqUwvUwRuI3pwMnVX28aeuOvRPCMLNOi5IT 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 = [
|
hostKeys = [
|
||||||
# CAUTION: You WANT to generate a new key. This is stored plaintext in /boot
|
# CAUTION: You WANT to generate a new key. This is stored plaintext in /boot
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
./disks.nix
|
./disks.nix
|
||||||
../../common/services/tailscale-autoconnect.nix
|
../../common/services/tailscale-autoconnect.nix
|
||||||
# ../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
../../common/modules/boot.nix
|
# ../../common/modules/boot.nix
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
# ../../common/modules/yubikey-auth.nix
|
# ../../common/modules/yubikey-auth.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
# ../../common/services/podman.nix
|
../../common/services/podman.nix
|
||||||
../../common/services/geoclue.nix
|
../../common/services/geoclue.nix
|
||||||
../../common/services/syncthing.nix
|
../../common/services/syncthing.nix
|
||||||
# ../../common/services/ollama.nix
|
../../common/services/ollama.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: Fix this
|
# TODO: Fix this
|
||||||
|
|
Loading…
Reference in a new issue