From 7396ee0201d14fc6989adb4edd0ea120ef50e815 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 1 Apr 2024 17:47:00 +0800 Subject: [PATCH] docs: attic --- hosts/12kingdoms-rakushun/attic.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/12kingdoms-rakushun/attic.nix b/hosts/12kingdoms-rakushun/attic.nix index 9f34ecbd..2faa6178 100644 --- a/hosts/12kingdoms-rakushun/attic.nix +++ b/hosts/12kingdoms-rakushun/attic.nix @@ -27,12 +27,12 @@ # 2. Login at the desktop via command: # `attic login central http://attic.writefor.fun ` # 3. Create a new cache via command: - # `attic cache create rk3588` - # `attic use cache rk3588` + # `attic cache create central` + # `attic use cache central` # 4. Push Caches to the cache server via: # # push the nixos system's cache # nom build ".#nixosConfigurations.rakushun.config.system.build.toplevel" --show-trace --verbose - # cachix push rk3588 result + # attic push central result # # it's similar to cachix, related docs: # https://docs.attic.rs/reference/attic-cli.html