add global prompt for claude-code
This commit is contained in:
parent
1b5bff2a07
commit
9b7af6f568
4 changed files with 17 additions and 42 deletions
|
|
@ -7,7 +7,6 @@
|
|||
../system-default.nix
|
||||
../../../modules/podman.nix
|
||||
../../../modules/tailscale.nix
|
||||
../../../modules/login-display.nix
|
||||
../../../modules/borg/client.nix
|
||||
];
|
||||
|
||||
|
|
@ -183,18 +182,6 @@
|
|||
|
||||
services.tailscale-custom.exitNode = true;
|
||||
|
||||
# Login display with SMART disk health status
|
||||
services.login-display = {
|
||||
enable = true;
|
||||
showSystemInfo = true;
|
||||
showSmartStatus = true;
|
||||
smartDrives = {
|
||||
"/dev/nvme0n1" = "System_SSD";
|
||||
};
|
||||
showDiskUsage = true;
|
||||
showBorgStatus = true;
|
||||
};
|
||||
|
||||
services.borg-client-custom = {
|
||||
enable = true;
|
||||
repositoryUrl = "ssh://borg-box/./thinkpad";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue