diff --git a/profiles/user0/files/misc/justfile.nix b/profiles/user0/files/misc/justfile.nix index 7b2629e..a6997e2 100755 --- a/profiles/user0/files/misc/justfile.nix +++ b/profiles/user0/files/misc/justfile.nix @@ -10,15 +10,15 @@ let hostname = config.networking.hostName; dotPath = "~/projects/dotfiles"; mkLocalRebuild = type: '' - rebuild-${type}: + ${type}-rebuild: nixos-rebuild ${type} --sudo --flake ${dotPath}#${hostname} --show-trace ''; mkRemoteRebuild = name: ip: '' - rebuild-${name}: + ${name}-rebuild: nixos-rebuild switch --flake ${dotPath}#${name} --target-host ${ip} --sudo --ask-sudo-password --show-trace ''; mkSshCommands = name: ip: '' - ${name}: + ${name}-ssh: ssh ${ip} ''; mkMicrVMSshCommands = name: ssh: '' @@ -33,7 +33,6 @@ let (command devices.mars.name devices.mars.ip.address0) (command devices.deimos.name devices.deimos.ip.address0) (command devices.phobos.name devices.phobos.ip.address0) - (command devices.lamdagibson.name devices.lamdagibson.ip.address0) ]; instanceRecords = command: